week4

Additions to the XP Core Classes

1. These classes inherit from netTransform which inherits from xpTransform
 
Mover Attributes startpos 
endpos
duration
active
x y z
x y z
seconds
0|1
Messages start 
Description Moves object from startpos to endpos along a straight line

 
AvatarDCS Attributes file  filename name duration loop
(duration is in seconds
 loop is 0|1)
Messages name
stop
Description Moves object along paths defined by textfile(s)

 
Entity Attributes position
heading
followground
x y z
degrees
0|1
Messages followground
Description Moves object to position, on heading?
2. These classes inherit from xpNode
 
Avatar Attributes  
Messages
Description A grouping node
Takes in messages and passes them along to its AvatarDCS children

 
GeoInterp Attributes model 
morphtime
file
seconds
Messages start 
Description Morphs between models 

3. These classes inherit from xpSwitch
 
Flasher Attributes frequency  float
Messages activate
deactivate
Description Flashes object on and off when activated

4. These classes inherit from xpTrigger
 
TimeTrigger Attributes time seconds
Messages start
Events timesup