Home Computer Science New Graphics Techniques Could Make Video Games More Realistic While Cutting Computing...

New Graphics Techniques Could Make Video Games More Realistic While Cutting Computing Costs 10-Fold

Extremely deformable surfaces: realistic and cheap to compute. Credit: Kalinov et al., ACM Transactions on Graphics.

Researchers at the Institute of Science and Technology Austria (ISTA) have developed two new computer graphics techniques that could make video games, animated films and digital simulations more realistic while dramatically reducing the amount of computing power required.

The two studies, presented at the SIGGRAPH conference in Los Angeles and published in ACM Transactions on Graphics, tackle long-standing challenges in computer graphics.

One improves how highly flexible surfaces are textured during animation, while the other speeds up calculations that help computers understand the shape of 3D objects.

One of the biggest challenges in computer graphics is making soft, highly deformable objects look natural.

Materials such as cake batter, lava, slime or cloth constantly stretch, compress and change shape. As these objects move, the surface details can become blurry or flicker, making computer-generated scenes look less realistic.

Doctoral student Aleksei Kalinov and colleagues in Professor Chris Wojtan’s research group looked to nature for inspiration.

The researchers observed that when natural materials stretch, they do not simply lose their surface patterns. Instead, fine details gradually change into larger, smoother features. When the material returns to its original shape, many of those finer details naturally reappear.

Using this idea, the team developed a new way to describe textures based on physical properties, such as the size and frequency of surface patterns, rather than individual pixels. This allows the computer to regenerate realistic details automatically as an object stretches or compresses.

The researchers created two new algorithms to achieve this. One restores fine surface details after stretching, while the other preserves the original appearance by resisting unwanted distortion. Because both methods generate the textures automatically, they do not require complicated physics simulations or the storage of previous animation data, making them much faster and more efficient.

The team believes these techniques could eventually improve visual effects, video games and scientific simulations by producing smoother, flicker-free animations without demanding powerful hardware.

In a second study, the researchers focused on another important challenge: helping computers quickly determine the shape of complex 3D objects.

When a computer analyzes a digital object, it must determine whether a point lies inside or outside the object’s boundaries. This calculation, known as the winding number, is essential for many graphics applications, including animation, physics simulations and 3D modeling.

Traditionally, calculating the winding number becomes increasingly expensive as objects grow more detailed because computers must examine much of the object’s surface.

Doctoral student Peiyuan Xie and colleagues developed a far more efficient solution.

Professor Wojtan compares the process to a robotic vacuum entering a new room. The robot explores the space to figure out whether it is enclosed by walls or has an exit. Similarly, the computer explores the boundaries of a digital shape to understand its structure.

Instead of analyzing the entire surface, the new method focuses only on the boundaries where surfaces end or connect. The researchers also introduced a simple auxiliary shape that temporarily closes open surfaces, allowing the computer to perform much easier calculations before removing the extra information to obtain the correct result.

This clever shortcut reduces the amount of computation by about ten times while maintaining high accuracy.

Together, the two advances demonstrate how new mathematical approaches can solve persistent graphics problems while making digital content both more realistic and more efficient to create. The researchers hope these ideas will eventually benefit industries ranging from entertainment and gaming to engineering and scientific visualization.

The studies were published in ACM Transactions on Graphics.

Source: KSR.