java - Java3D, How to alter the View Platform clip distance? -


i'm working using java3d, , i've been manipulating viewplatform can 'zoom' in , out of model fine. however, @ point when close (or far away) model clipped question how return (get) values these alter (set) them suit needs?

javax.media.j3d.view.setbackclipdistance(double distance) javax.media.j3d.view.setfrontclipdistance(double distance) 

Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -