How to zoom without hiding near objects?

Hello,when I zoom a scene the viewer platform hides all closest objects,how to disable or decrease the radius of this feature?
[147 byte] By [fravallea] at [2007-11-26 16:06:27]
# 1
Problem solved obtaining access to the View class:SimpleUniverse.getViewer().getView()
fravallea at 2007-7-8 22:28:37 > top of Java-index,Security,Cryptography...
# 2
Hi fravalle,What method have you used ?
valeraa at 2007-7-8 22:28:37 > top of Java-index,Security,Cryptography...
# 3
> Hi fravalle,Hi valera> What method have you used ?using low values for setFrontClipDistance()su.getViewer().getView().setFrontClipDistance(.01d);
fravallea at 2007-7-8 22:28:37 > top of Java-index,Security,Cryptography...