by Leigh Davies, application engineer, Developer Relations Division, Intel Corp.
Lifelike 3D character models play an increasingly important role in many computer games. Organic models, such as people, are more complex to render than rigid bodies because the mesh that defines the shape of the model constantly changes as the model animates. This animating mesh is referred to as a 'skin' since it's influenced by the underlying structure of the object; 'skinning' is the process of animating this mesh. Traditionally done on the CPU, as model complexity increased, skinning has been done on the video card using vertex shader class hardware.
However, there are advantages to performing skinning on the CPU, which this paper highlights. It also details an optimal way of CPU-based skinning using the floating point Streaming SIMD Extensions (SSE) instructions found on the Intel® Pentium® III processors and above. This optimized solution offers greater than double the performance of the initial C implementation, as well as a flexible and efficient alternative to vertex shader skinning. In addition, we will discuss how the addition of multi-threading support improves this optimized CPU skinning solution, as well as the nuances involved with multi-threading the skinning algorithm.
Read the rest of this tutorial: click download, below.
© 2004 Intel Corp.
![]()
![]() | .NET client application "no touch" deployment: harness the full processing power of the desktop by Christopher Goldfarb, senior software architect, Intel Software Sol... |
If you're interested in this topic, these articles may be helpful:
![]() | Game Consoles: The New PC? Every few years the next round of game consoles appear. The manufactur... |
![]() | Microsoft CEO Steve Ballmer discusses the core benefits of Microsoft Windows Vista optimized Intel vPro technology Intel® vPro™ technology and Microsoft Windows Vista* multipl... |
![]() | Intel, Dell, Schlumberger: A Game-Changing Solution for Oil and Gas Exploration Intel, Dell and Schlumberger are working together on a game-changing, ... |
![]() | Threading Games for High Performance on Intel® Processors The evolution of the multi-threaded processor design is the trend for ... |
![]()
Related Jobs:


