jogamp
›
java3d
Login
Register
Re: Problem with Canvas3D
Posted by
jmaasing
on
Aug 25, 2014; 11:03am
URL:
https://forum.jogamp.org/Problem-with-Canvas3D-tp4032865p4032923.html
Check section 11.1
http://docs.oracle.com/cd/E17802_01/j2se/javase/technologies/desktop/java3d/forDevelopers/j3dguide/AppendixView.doc.html
You need to set the far clipping plane to be further away. I'm guessing this might do the trick (I don't use Java3D so just a guess):
http://download.java.net/media/java3d/javadoc/1.4.0/javax/media/j3d/View.html#setBackClipDistance(double
)
Free forum by Nabble
Edit this page