436

Working with Fog
Clip Example Code


TransformGroup group = new TransformGroup( );
. . .
Clip clip = new Clip( );
clip.setBackDistance( 30.0 );
. . .
clip.setApplicationBounds( bounds );
group.addChild( clip );