Title: Another immediate mode problem

Hello,

This is the question mostly to Java3D team since I feel that not many people here are engaged in immediate mode activities. In my applet I have the code that dynamically changes near and far clipping planes basing on current geometry bounds. It works fine in retained mode, but when the view switches to immediate mode the methods View.setFrontClipDistance and View.setBackClipDistance stop affecting clipping planes. As far as I can tell near and far clipping planes stay where they were set last time by retained mode calls. Again, when the view switches back to retained mode, clipping planes start adjusting. I don't use any ModelClip settings in immediate mode. My understanding is that View class parameters can still be changed in immediate mode. Please tell me that this is correct or that I have to do something else to change them.

- Yuri

Reply via email to