From: Nguyen, Tien (Tien.Nguyen++at++dsto.defence.gov.au)
Date: 04/29/2002 18:43:46
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 : Mon Apr 29 2002 - 18:47:42 PDT