Hi, I've been playing with the vrml loader and it seems
to work fine, except that I'm having trouble with the
Script node. It reads
DEF f Script {
url "floor.js"
eventIn SFFloat input
eventOut SFInt32 output
}
where floor.js is
function input(value)
{
output = Math.floor(value);
}
does anyone know if this is supported or if
there's anyother way of doing this within
the vrml file loaded into Java3D ???
thanks in advance, Jose
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".