Scene disappear in navigation

Hi,

I've wrote a simple 3d application using dxf file loader (java3d.j3d.org/utilities/loaders.html), with the mouse navigation capability.

If I try to zoom into the scene, all the object disappear and it's impossible to navigate into the scene (a 3D room).

Does anyone know how to solve this problem?

bursifra.

[345 byte] By [BuFra] at [2007-10-3 4:12:38]
# 1
The normals of your surfaces are probably facing outward. If that is the case then you simply reverse the normals for the "inside" of the scene. regards
messengersa at 2007-7-14 22:13:24 > top of Java-index,Security,Cryptography...
# 2
Could be a front clip distance problem, or it could be a culling problem, or normals as messenger stated.
StuJacksona at 2007-7-14 22:13:24 > top of Java-index,Security,Cryptography...