[X3D-Public] Variant browser behavior

Charles Lamb charles.lamb at sdigovsolutions.com
Tue Jun 8 08:27:03 PDT 2010


I have created to the following set of nodes and routes to animate a scene
in which the viewpoint is moved when the scene is first loaded and, when the
viewpoint move is complete, an animation loop begins.  The animation driven
by the TimeSensor "Time" works as I expect it to when rendered by the Xj3D
Browser and the open source flux browser.  FreeWRL, BS Contact, and Octaga
do not seem to ever start the TimeSensor "Time".  Which behavior is correct?

 

    <ProximitySensor DEF='HereIAm' size='1000 1000 1000' enabled='true'/>

    

    <!-- move to default viewpoint -->

    <TimeSensor DEF="PositionTime" cycleInterval="5" loop="false"/>

    <ROUTE fromNode="HereIAm" fromField="enterTime" toNode="PositionTime"
toField="startTime"/>

    <!-- start animation sequences -->

    <BooleanFilter DEF="IntroFinished"/>

    <TimeTrigger DEF="IntroStartTime"/>

    <TimeSensor DEF='Time' enabled='false' cycleInterval='8' loop='true'/>

    <ROUTE fromNode='PositionTime' fromField='isActive'
toNode='IntroFinished' toField='set_boolean'/>

    <ROUTE fromNode='IntroFinished' fromField='inputFalse'
toNode='IntroStartTime' toField='set_boolean'/>

    <ROUTE fromNode='IntroStartTime' fromField='triggerTime' toNode='Time'
toField='startTime'/>

    <ROUTE fromNode='IntroFinished' fromField='inputFalse' toNode='Time'
toField='enabled'/>

    <!-- end animation sequences-->

 

Thanks,

 

Charles P. Lamb

 

The contents of this email, and any documents, files or previous email
messages attached to it are intended for the named recipient(s) only and may
contain information that is privileged and/or confidential. Nothing in this
email is intended to constitute a waiver of any privilege or the
confidentiality of this message. If you have received this email in error,
please notify me immediately by reply email or call 908-754-9500 and destroy
this message and attachments without disclosing, copying, distributing or
using any of the information contained in or attached to this transmission.
SDI will prosecute if the information within is disseminated to anyone other
than the intended recipient(s).

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20100608/e9d7feca/attachment-0001.html>


More information about the X3D-Public mailing list