Re: [JAVA3D] Code repository ViewFrustum Problem

2002-11-20 Thread Desiree Hilbring
> > The basic issue is a fundamental one with the way that Java3D works. > When you ask for the view frustum projection matrix from Java3D it gives > you the value used on the previous frame, not the current one. At a > minimum, you need one frame to be rendered before the ROAM code can do > anyth

Re: [JAVA3D] Code repository ViewFrustum Problem

2002-11-19 Thread Justin Couch
Desiree Hilbring wrote: When I start the application I would expect that the terrain is being loaded and visible. But in fact, it is not. I becomes visible using the navigation. Maybe the problem lies with the tMatrix variable of ViewFrustum. The basic issue is a fundamental one with the way th

[JAVA3D] Code repository ViewFrustum Problem

2002-11-19 Thread Desiree Hilbring
Hi Justin or others, I downlowded the code from the cvs repository and I am playing with the Roam example. Basically I would like to include the Roam code in my system. Playing with the Roam example code I encountered the following problem. Since I don't use data from the data format in the provid