objects.attachChild( box );
box = new Box( "box2", new Vector3f( -5, -5, -5 ), new Vector3f( 5, 5, 5 ) );
box.setLocalTranslation( new Vector3f( 15, 10, 0 ) );
box.setRenderState( ts );
objects.attachChild( box );
box = new Box( "box3", new Vector3f( -5, -5, -5 ), new Vector3f( 5, 5, 5 ) );
box.setLocalTranslation( new Vector3f( 0, -10, 15 ) );
box.setRenderState( ts );
objects.attachChild( box );