문제

I'm working using Java3D, and I've been manipulating the viewPlatform so that I can 'zoom' in and out of a model which is fine. However, at some point the when I get too close (or too far away) the model is clipped so my question is how do I return (get) the values that these are alter (set) them to suit my needs?

도움이 되었습니까?

해결책

javax.media.j3d.View.setBackClipDistance(double distance)
javax.media.j3d.View.setFrontClipDistance(double distance)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top