May 2014
Intermediate to advanced
306 pages
8h 8m
English
So far, our objects have been pretty basic shapes and in a single color. That's why they are called primitives. But of course, 3D objects are far more complex and require the talent of artists. Texture maps help us to understand how complex 3D objects are assembled based on simple ones. Have a look at the following figure:

A solid colored triangle is the simplest object to draw. I often suggest drawing objects on paper and labelling the vertices depending on how they are connected because it can be very tedious to form shapes from memory:
<Shape> <Appearance> <Material diffuseColor="1 1 0"/> </Appearance> ...
Read now
Unlock full access