See inside geometric shapes

Hi,



I would like to know if Jmonkey allows to see inside a geometrique shape. When I have any mesh or shapes on my scene I can see them from the outside; But, when the camera goes inside the shape, it disappears.



Are there any methods or code to solve this kind of problem ?



Thank you for your help.

Ben

yes, you can set the face cull mode on the material to off :



material.getAdditionalRenderState().setFaceCullMode(FaceCullMode.Off);

additional if you dont need to see it from the outside or stuff you could flip the normals.