![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Provides keys for built-in Vis::Object3D properties. More...
Variables | |
| CDPL_VIS_API const Base::LookupKey | SHAPE |
| Specifies the Vis::Shape3D instance associated with the 3D object. More... | |
| CDPL_VIS_API const Base::LookupKey | TRANSFORMATION_MATRIX |
| Specifies a transformation to apply to the geometry of the 3D object and all sub-objects. More... | |
| CDPL_VIS_API const Base::LookupKey | MATERIAL |
| Specifies the material properties of the 3D object and all sub-objects. More... | |
Provides keys for built-in Vis::Object3D properties.
|
extern |
Specifies the Vis::Shape3D instance associated with the 3D object.
Value Type: Vis::Shape3D::SharedPointer
|
extern |
Specifies a transformation to apply to the geometry of the 3D object and all sub-objects.
Value Type: Math::Matrix4D
|
extern |
Specifies the material properties of the 3D object and all sub-objects.
Value Type: Vis::Material