3-9. VectorList
5. VtxNv Area
The VtxNv area describes the normal vector of a vertex. The TriNv area is mapped as follows.
float | x_vector |
float | y_vector |
float | z_vector |
Figure: VtxNv Area Memory Map
float x_vector | X component of normal vector. |
float y_vector | Y component of normal vector. |
float z_vector | Z component of normal vector. |