#VRMLV2.0 utf8 ##:@* proto-matrix-sfrotation ##@ interface EXTERNPROTO NetworkSFRotation [ eventIn SFRotation set_value eventOut SFRotation value_changed eventIn SFRotation value_fromnet eventOut SFRotation value_tonet exposedField SFString tag exposedField SFBool pilotOnly field SFBool localCopy exposedField SFBool echo exposedField SFBool cont ] { Script { eventIn SFRotation InSc IS set_value eventOut SFRotation OutSc IS value_changed eventIn SFRotation netInSc IS value_fromnet eventOut SFRotation netOutSc IS value_tonet field SFBool local directOutput TRUE mustEvaluate TRUE url "javascript: function InSc(value) { netOutSc = value; if( local == true ) OutSc = value; } function netInSc(value) { OutSc = value; } " } } ##