instantreality 1.0

Component:
Steering
Status:
interface only
Structure type:
concrete
Standard:
Avalon

SteeringVehicle

The SteeringVehicle is used within a SteeringSystem.

Inheritance

Code

XML encoding
<SteeringVehicle center='0 0 0'
fixedY='0.0'
useFixedY='FALSE'
mass='1'
radius='1'
maxForce='4'
maxSpeed='2'
logFeature=''
showBBox='FALSE'
bboxCenter='0 0 0'
bboxSize='-1 -1 -1'
render='TRUE'
showProxyGeometry='FALSE'
invert='FALSE'
translation='0 0 0'
scaleOrientation='0 0 1 0'
scale='1 1 1'
rotation='0 0 1 0'
 />
Classic encoding
SteeringVehicle {
	center 0 0 0
	fixedY 0.0
	useFixedY FALSE
	mass 1
	radius 1
	maxForce 4
	maxSpeed 2
	logFeature [""]
	showBBox FALSE
	bboxCenter 0 0 0
	bboxSize -1 -1 -1
	render TRUE
	showProxyGeometry FALSE
	invert FALSE
	translation 0 0 0
	scaleOrientation 0 0 1 0
	scale 1 1 1
	rotation 0 0 1 0
}

Interface

Filter: X3D only | Avalon only | All
id Name DataType PartType Default ValueType Description
SFVec3f center SFVec3f inputOutput 0 0 0 Translation offset from origin of local coordinate system.
SFRotation rotation SFRotation inputOutput 0 0 1 0 Orientation of children relative to local coordinate system.
SFVec3f scale SFVec3f inputOutput 1 1 1 Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation.
SFRotation scaleOrientation SFRotation inputOutput 0 0 1 0 Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations).
SFVec3f translation SFVec3f inputOutput 0 0 0 Position of children relative to local coordinate system.
MFNode children MFNode inputOutput Node field that contains a list of children nodes
MFNode addChildren MFNode inputOnly The addChildren event appends nodes to the children field of a grouping node. Any nodes passed to the addChildren inputOnly field that are already in the children list of the grouping node are ignored
MFNode removeChildren MFNode inputOnly The removeChildren event removes nodes from the children fieldof the grouping node . Any nodes in the removeChildren event that are not in the children list of the grouping node are ignored
SFVec3f bboxCenter SFVec3f initializeOnly 0 0 0 Bounding box center: position offset from origin of local coordinate system.
SFVec3f bboxSize SFVec3f initializeOnly -1 -1 -1 Bounding box size: automatically calculated, can be specified as an optimization or constraint.
SFNode metadata SFNode inputOutput MetadataObject container for payload metadata inside MetadataSet element