Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Java3D,并且一直在操作 viewPlatform 以便可以“放大”和缩小模型,这很好。但是,在某些时候,当我离得太近(或太远)时,模型会被剪裁,所以我的问题是如何返回(获取)这些改变(设置)它们以满足我的需要的值?
javax.media.j3d.View.setBackClipDistance(double distance) javax.media.j3d.View.setFrontClipDistance(double distance)