vrScenegraphTypes

class vrScenegraphTypes
class UnshareOption

Options for unsharing cloned nodes in the Scenegraph.

UnshareAll

Breaks all clone connections in the subtree.

KeepLocalClones

Breaks all clone connections from nodes in the subtree to other parts of the Scenegraph. Keeps clone connections within the subtree.

KeepGlobalClones

Breaks the clone connection of the selected node and of implicitly shared children. Shared children that have explicit clone connections to other nodes (inside or outside the subtree) are not unshared.

class DuplicateOption

Options for how to handle clones nodes inside the duplicated tree.

DuplicateAll

Duplicate node without keeping any clone structure in its hierarchy.

DuplicateKeepLocalClones

Duplicate node and keep the inner clone structure in its hierarchy.

DuplicateKeepClones

Duplicate node and in its hierarchy keep inner clone structure as well as clone connections to other parts of the Scenegraph.

class Action
Rename
Convert
ShowHide
SetSide
AddSubChild
MoveTo
ApplyMaterial
Delete
RemoveSelected
Cut
Paste
Clone
Unshare
ReloadFile
ReplaceFile
Tessellate
ShellFromSelection
EditGeometry
Edit
ChangeTransformation
ChangeSwitchChoice
ChangeAnimation
EditLightProperties
SwitchLightOnOff
ChangeGeometryNormals
ChangeGeometryAO
ChangeGeometryTextureCoords
CameraNavigation
EditCameraProperties
ModifyAsset
class ChangeFlag
GraphChanged
NodeChanged
MetadataChanged
AllChanged
class NodeType
BillboardNode
ClipPlaneNode
DistanceLODNode
TransformNode
HostSwitchNode
MaterialNode
MatrixTransformNode
ShellNode
SurfaceNode
SoundNode
SoundObstructorNode
StereoSwitchNode
SwitchNode
VolumeNode
class VolumeType
Scatter
OpenVDB
class MirrorMode
MirrorNone
MirrorX
MirrorY
MirrorZ
MirrorXY
MirrorXZ
MirrorYZ
MirrorXYZ