#include <solid_objects.h>
Data Fields | |
| int | N |
| int | M |
| matrices size | |
| float ** | X |
| float ** | Y |
| float ** | Z |
| vertex coordinates | |
| float ** | nX |
| float ** | nY |
| float ** | nZ |
| Vertex normals. | |
| float ** | R |
| float ** | G |
| float ** | B |
| vertex color | |
Structure for the description of an object as a mesh.
N, M: size of the mesh 2D array.
**X, **Y, **Z : vertex coordinates.
**nX, **nY, **nZ : normals to vertexes (for lighting).
**R, **G, **B : vertex color.
Definition at line 28 of file solid_objects.h.
|
|
vertex color
Definition at line 36 of file solid_objects.h. Referenced by Boat_create(), SolidObject_create(), SolidObject_delete(), and SolidObject_draw(). |
|
|
Definition at line 36 of file solid_objects.h. Referenced by Boat_create(), SolidObject_create(), SolidObject_delete(), and SolidObject_draw(). |
|
|
matrices size
Definition at line 30 of file solid_objects.h. Referenced by SolidObject_compute_normals(), SolidObject_create(), and SolidObject_draw(). |
|
|
Definition at line 30 of file solid_objects.h. Referenced by SolidObject_compute_normals(), SolidObject_create(), SolidObject_delete(), and SolidObject_draw(). |
|
|
Definition at line 34 of file solid_objects.h. Referenced by SolidObject_compute_normals(), SolidObject_create(), SolidObject_delete(), and SolidObject_draw(). |
|
|
Definition at line 34 of file solid_objects.h. Referenced by SolidObject_compute_normals(), SolidObject_create(), SolidObject_delete(), and SolidObject_draw(). |
|
|
Vertex normals.
Definition at line 34 of file solid_objects.h. Referenced by SolidObject_compute_normals(), SolidObject_create(), SolidObject_delete(), and SolidObject_draw(). |
|
|
Definition at line 36 of file solid_objects.h. Referenced by Boat_create(), SolidObject_create(), SolidObject_delete(), and SolidObject_draw(). |
|
|
Definition at line 32 of file solid_objects.h. Referenced by Boat_create(), SolidObject_compute_normals(), SolidObject_create(), SolidObject_delete(), and SolidObject_draw(). |
|
|
Definition at line 32 of file solid_objects.h. Referenced by Boat_create(), SolidObject_compute_normals(), SolidObject_create(), SolidObject_delete(), and SolidObject_draw(). |
|
|
vertex coordinates
Definition at line 32 of file solid_objects.h. Referenced by Boat_create(), SolidObject_compute_normals(), SolidObject_create(), SolidObject_delete(), and SolidObject_draw(). |
1.4.6-NO