Inner nodes of the scene graph defining its structure. More...
Classes | |
| class | mi::neuraylib::IGroup |
| A group is a container for other scene elements. More... | |
| class | mi::neuraylib::IInstance |
| An instance is a scene element that adds a transformation and attributes to another scene element. More... | |
| class | mi::neuraylib::IProxy |
| The Proxy is an element that can be used to represent a sub-tree of scene elements on a Bridge server without ever having to load those elements on the client. More... | |
Enumerations | |
| enum | mi::neuraylib::Transformation_type : Uint32 { mi::neuraylib::SCALING , mi::neuraylib::ROTATION , mi::neuraylib::TRANSLATION , mi::neuraylib::MATRIX } |
| The four different types of elementary transformations. More... | |
Inner nodes of the scene graph defining its structure.
The four different types of elementary transformations.
| Enumerator | |
|---|---|
| SCALING | scaling |
| ROTATION | rotation |
| TRANSLATION | translation |
| MATRIX | general transformation |