|
Choreonoid
1.5
|
It will hold the information of SgGeometry for 3D shape model. More...
#include <DaeNode.h>
Public Member Functions | |
| DaeMesh () | |
Public Member Functions inherited from cnoid::Dae | |
| Dae () | |
Public Member Functions inherited from cnoid::Referenced | |
| virtual | ~Referenced () |
| void | addRef () |
| void | releaseRef () |
Public Attributes | |
| std::string | refVerticesId |
| std::string | refNormalsId |
| std::string | refColorId |
| std::string | refTexcoordId |
| std::string | refMaterialId |
| DaeVectorXArrayPtr | vcount |
| DaeVectorXArrayPtr | vertices |
| DaeVectorXArrayPtr | normals |
| DaeVectorXArrayPtr | colors |
| DaeVectorXArrayPtr | texcoords |
| DaeVectorXArrayPtr | verticesIndexes |
| DaeVectorXArrayPtr | normalsIndexes |
| DaeVectorXArrayPtr | colorsIndexes |
| DaeVectorXArrayPtr | texcoordsIndexes |
Public Attributes inherited from cnoid::Dae | |
| std::string | id |
Additional Inherited Members | |
Protected Member Functions inherited from cnoid::Referenced | |
| Referenced () | |
| Referenced (const Referenced &org) | |
| int | refCount () const |
It will hold the information of SgGeometry for 3D shape model.
|
inline |
| DaeVectorXArrayPtr cnoid::DaeMesh::colors |
| DaeVectorXArrayPtr cnoid::DaeMesh::colorsIndexes |
| DaeVectorXArrayPtr cnoid::DaeMesh::normals |
| DaeVectorXArrayPtr cnoid::DaeMesh::normalsIndexes |
| std::string cnoid::DaeMesh::refColorId |
| std::string cnoid::DaeMesh::refMaterialId |
| std::string cnoid::DaeMesh::refNormalsId |
| std::string cnoid::DaeMesh::refTexcoordId |
| std::string cnoid::DaeMesh::refVerticesId |
| DaeVectorXArrayPtr cnoid::DaeMesh::texcoords |
| DaeVectorXArrayPtr cnoid::DaeMesh::texcoordsIndexes |
| DaeVectorXArrayPtr cnoid::DaeMesh::vcount |
| DaeVectorXArrayPtr cnoid::DaeMesh::vertices |
| DaeVectorXArrayPtr cnoid::DaeMesh::verticesIndexes |
1.8.13