instantreality 1.0

Component:
SpatialUserInterface
Status:
experimental
Structure type:
concrete
Standard:
Avalon

Handle

The Handle allow to move 3d objects in space

Inheritance

Code

XML encoding
<Handle orientation='0 0 1 0'
position='0 0 0'
triggerName='Timer'
enabled='TRUE'
description=''
logFeature=''
rotatable='TRUE'
translatable='TRUE'
 />
Classic encoding
Handle {
	orientation 0 0 1 0
	position 0 0 0
	triggerName "Timer"
	enabled TRUE
	description ""
	logFeature [""]
	rotatable TRUE
	translatable TRUE
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element
SFBool isActive SFBool outputOnly FALSE isActive true/false events are sent when the sensor gets active
SFBool enabled SFBool inputOutput TRUE Enables/disables the sensor node.
SFString description SFString inputOutput Text description to comment the sensor task. Can be used in run-time systems to give usefull feedback to the user and developer