Share

scn_cmesh

C++

struct scn_cmesh {
  char id;
  short flags;
  long next;
  short mshtype;
  short color;
  short nverts;
  short m;
  short n;
};

File

scene.h

Members

Members Description
id Record type
flags Top or bottom flag
next Address of next record
mshtype Mesh type
color Color of the mesh
nverts Number of vertices
m Size of mesh
n Size of mesh

Description

The SCENE file control mesh record.

Was this information helpful?