From: Corner, Steve (s.corner++at++vr-centre.com)
Date: 04/30/2002 01:16:35
I don't think it vrml importer brings across any Interpolators, Sensors,
Script nodes or ROUTEing information.
ie (It strips all animation out of the files)
S.
-----Original Message-----
From: Nguyen, Tien [mailto:Tien.Nguyen++at++dsto.defence.gov.au]
Sent: 30 April 2002 02:44
To: info-performer++at++sgi.com
Subject: [info-performer] VRML event trigger
hi PFs,
could someone help out, i got a problem with VRML.
i got a piece of VRML code which animates if i
load it using cosmo on netscape - IRIX.
unfortunately, when i load it into perfly -
(performer 2.5 : IRIX 6.5) it only shows the node
statically, without the defined animation.
below is the VRML code outlined.
could anyone know why this is so?
thanx in advance
tien
----------------------------------------------------------
Group {
children [
DEF animationNode Transform
{...}
,
DEF animationPOINT OrientationInterpolator
{...}
,
DEF Clock TimeSensor {
loop TRUE
cycleInterval 10.0
}
]
}
ROUTE Clock.fraction_changed TO animationPOINT.set_fraction
ROUTE animationPOINT.value_changed TO animationNODE.set_rotation
------------------------------------------------------------
This archive was generated by hypermail 2b29 : Tue Apr 30 2002 - 02:03:17 PDT