_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 1363 of file mmstypes.h.


Member Data Documentation

parent of object or NULL

Definition at line 1365 of file mmstypes.h.

index to available vertices, else negative

Definition at line 1368 of file mmstypes.h.

index to available normals, else negative

Definition at line 1371 of file mmstypes.h.

index to available texture coordinates, else negative

Definition at line 1374 of file mmstypes.h.

index to available indices, else negative

Definition at line 1377 of file mmstypes.h.

index to available material, else negative

Definition at line 1380 of file mmstypes.h.

index to available texture, else negative

Definition at line 1383 of file mmstypes.h.

object is shown?

Definition at line 1386 of file mmstypes.h.

cull face?

Definition at line 1389 of file mmstypes.h.

matrix of the object

Definition at line 1392 of file mmstypes.h.


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