ClanSoft logo
ClanSoft logo

    Object3D_Data

This class holds the Object3d data.

Description

void operator=(Object3D_Data &obj_data); //Make this Object3D_Data equal with another void operator=(Object3D_Data &obj_data); //Make this Object3D_Data equal with another void operator=(Object3D_Data *obj_data); //Make this Object3D_Data equal with another object info

Class members

int num_meshes
int num_lights
int num_mats
std::vector<Object3D_Data_TriangularMesh> meshlist
std::vector<Object3D_Data_Light> lightlist
std::vector<Object3D_Data_Material> matlist

See Also

None


Back to index



This page was built using the Perceps documentation system.