I'm experiencing the same problem.. My route already was written like this :
ROUTE changeColor.coloreOut TO material01.diffuseColor
(with capital letters)
This vrml model worked with Cortona 3.1 but now I need to support 5.1 for MS Vista users.
Any suggestions?
Thanks,
Barbie
I have a 3D body morphing script which generated working VRML models in Cortona 3.1 and which now give me an undefined Node error in 5.1. The lines are these:
Route TS.fraction_changed TO Icoord0.set_fraction
Route Icoord0.value_changed TO coord0.set_point
Can someone tell me what should be updated for it to function again?
Thanks,
David
Replace "Route" with "ROUTE".