Table of Contents Chapter Index Previous Slide Next Slide 436
A sample Java script

Writing program scripts with Java
A sample Java script
  • Class variables needed:
  • One for the bounceHeight field
  • One for the value_changed eventOut object
  • private float   bounceHeight;
    private SFVec3f value_changedObj;