Table of contents Chapter index Previous slide Next slide 445
A sample Java script

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