Table of contents | Chapter index | Previous slide | Next slide | 446 |
public void initialize( )
{
SFFloat obj = (SFFloat) getField( "bounceHeight" );
bounceHeight = (float) obj.getValue( );
value_changedObj = (SFVec3f) getEventOut( "value_changed" );
}