Share

scn_vrtc

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

Was this information helpful?