Homework4 Flashcards

(7 cards)

1
Q

There are 5 pieces of global information in an m3d header file. What are they?

A

Materials : the number of distinct materials the mesh uses.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A mesh consists of one or more ________.

A

subsets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True or False

The .m3d format is not a standard mesh format.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A __________is a group of triangles in a mesh that can all be rendered using the same material.

A

subset

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why would you want to keep a system memory copy of your mesh?

A

System memory copies are needed for when we need to read the mesh data such as for computing bounding volumes, picking, or collision detection.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name two popular 3D Modeling applications, used in 3D modeling and animation.

A

3DS Max

Blender

Maya

Truespace

Sketchup

Softimage

ZBrush

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

According to your book, explain the limitation of the .m3d format.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly