Public Member Functions | |
getPropertyDescriptionList (aScript) | |
beginSprite (me) | |
exitframe (me) | |
StartActor (me, param1) | |
StopActor (me, param1) | |
endSprite () | |
Public Attributes | |
g3Dmember | |
the shockwave 3d castmember | |
gVideoMix | |
TRUE if video mixed AR is being done. | |
Private Attributes | |
pPlaybackCast | |
name of cast that contains the previously recorded video | |
pStartPoint | |
withitn the segment of captured video only show after this time | |
pEndPoint | |
within the segment of captured video only show before this time | |
pNumLoops | |
Number of times to loop this data. | |
pAutoStart | |
automatically start without a startActor? | |
framelist | |
list of timestamps and frames | |
numLoops | |
number of times to loop the playback | |
Started | |
true if the playback has started | |
prev_time | |
the timestamp of the previous frame | |
prev_frame | |
the index of the last frame played | |
PlaybackStartFrame | |
only show frames after this | |
PlaybackEndFrame | |
show frames before this value | |
PlaybackStartTime | |
time offset used in playback to sync with selected frames |
The start time and end time within the captured data can be set to show only a portion of the video in the texture.
Place this behavior onto a DataStoreContainer
Copyright 2004, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 --All Rights Reserved-- (See LICENSE cast member for full license information)
|
|
|
|
|
|
|
|
|
|
|
|
|
list of timestamps and frames
|
|
the shockwave 3d castmember
|
|
TRUE if video mixed AR is being done.
|
|
number of times to loop the playback
|
|
automatically start without a startActor?
|
|
within the segment of captured video only show before this time
|
|
show frames before this value
|
|
only show frames after this
|
|
time offset used in playback to sync with selected frames
|
|
Number of times to loop this data.
|
|
name of cast that contains the previously recorded video
|
|
the index of the last frame played
|
|
the timestamp of the previous frame
|
|
withitn the segment of captured video only show after this time
|
|
true if the playback has started
|