Advertisement

Meshes

Started by May 06, 2001 05:33 PM
0 comments, last by Contralendus 23 years, 9 months ago
I don''t understand this mesh thing. How do they get them into the games. I usually make my objects by coding. I know you make the mesh in a mesh making program, then you turn it into a file, but then how do you get the file with the character into the game? Also, how do you make them move?
>How do they get them into the games?
Open up that file and read it in and build a vertex buffer out of it. ARSE er ASE is a reasonably easy test format to parse.

>Also, how do you make them move?
Translation & rotation matrices, sometime quaterions too.


Magmai Kai Holmlor
- The disgruntled & disillusioned
- The trade-off between price and quality does not exist in Japan. Rather, the idea that high quality brings on cost reduction is widely accepted.-- Tajima & Matsubara

This topic is closed to new replies.

Advertisement