Homework4 Flashcards
(7 cards)
There are 5 pieces of global information in an m3d header file. What are they?
Materials : the number of distinct materials the mesh uses.
A mesh consists of one or more ________.
subsets
True or False
The .m3d format is not a standard mesh format.
True
A __________is a group of triangles in a mesh that can all be rendered using the same material.
subset
Why would you want to keep a system memory copy of your mesh?
System memory copies are needed for when we need to read the mesh data such as for computing bounding volumes, picking, or collision detection.
Name two popular 3D Modeling applications, used in 3D modeling and animation.
3DS Max
Blender
Maya
Truespace
Sketchup
Softimage
ZBrush
According to your book, explain the limitation of the .m3d format.
we impose all vertices to have the same format (position, normal, tangent, texture coordinates). An application may have models that use different vertex formats. Adding such flexibility to the format complicates things, however, and the goal of our format is to keep it simple for demonstration purposes.