C++
struct scn_vrtc { char id; double vert[3]; };
File
scene.h
Members
| Members | Description |
|---|---|
| id | Record type |
| vert | Vertex coordinates |
Description
This is the SCENE file vertex record.
Notes
that all of the face's vertices will be writeen sequentially
struct scn_vrtc { char id; double vert[3]; };
scene.h
| Members | Description |
|---|---|
| id | Record type |
| vert | Vertex coordinates |
This is the SCENE file vertex record.
that all of the face's vertices will be writeen sequentially