List of usage examples for javax.media.j3d ViewPlatform ViewPlatform
public ViewPlatform()
From source file:MixedTest.java
protected ViewPlatform createViewPlatform() { ViewPlatform vp = new ViewPlatform(); vp.setViewAttachPolicy(View.RELATIVE_TO_FIELD_OF_VIEW); vp.setActivationRadius(getViewPlatformActivationRadius()); return vp;// w w w. j a v a2s. c o m }