NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Scene graph structure

Inner nodes of the scene graph defining its structure. More...

Classes

class   mi::IGroup
  A group is a container for other scene elements. More...
 
class   mi::IInstance
  An instance is a scene element that adds a transformation and attributes to another scene element. More...
 

Enumerations

enum   mi::Transformation_type {
  mi::SCALING,
  mi::ROTATION,
  mi::TRANSLATION,
  mi::MATRIX
}
  The four different types of elementary transformations. More...
 

Detailed Description

Inner nodes of the scene graph defining its structure.

Enumeration Type Documentation

The four different types of elementary transformations.

See Also
mi::IInstance::set_transformation_type()
mi::IInstance::get_transformation_type()
Enumerator
SCALING 

scaling

ROTATION 

rotation

TRANSLATION 

translation

MATRIX 

general transformation