_bei_object Struct Reference

decribes a 3D object which can be rendered More...

#include <mmstypes.h>

List of all members.


Public Attributes

_bei_objectparent
 parent of object or NULL
int vertices
 index to available vertices, else negative
int normals
 index to available normals, else negative
int texcoords
 index to available texture coordinates, else negative
int indices
 index to available indices, else negative
int material
 index to available material, else negative
int texture
 index to available texture, else negative
bool shown
 object is shown?
bool cullface
 cull face?
MMSMatrix matrix
 matrix of the object

Detailed Description

decribes a 3D object which can be rendered

Definition at line 1367 of file mmstypes.h.


Member Data Documentation

parent of object or NULL

Definition at line 1369 of file mmstypes.h.

index to available vertices, else negative

Definition at line 1372 of file mmstypes.h.

index to available normals, else negative

Definition at line 1375 of file mmstypes.h.

index to available texture coordinates, else negative

Definition at line 1378 of file mmstypes.h.

index to available indices, else negative

Definition at line 1381 of file mmstypes.h.

index to available material, else negative

Definition at line 1384 of file mmstypes.h.

index to available texture, else negative

Definition at line 1387 of file mmstypes.h.

object is shown?

Definition at line 1390 of file mmstypes.h.

cull face?

Definition at line 1393 of file mmstypes.h.

matrix of the object

Definition at line 1396 of file mmstypes.h.


The documentation for this struct was generated from the following file: