[osg-users] Cameras a NON-Moving Terrain

2008-11-20 Thread Allen
Hi. Could someone tell me or point me in the direction of finding an example that illustrates how to move the camera in a scene but NOT make it appear that the terrain is moving? I want a perspective terrain w/in my scene and I want to move the camera through the scene but I DO NOT WANT it

Re: [osg-users] Cameras a NON-Moving Terrain

2008-11-20 Thread Sukender
Hi Allen, Do you mean you want a subgraph to appear as if it was at an infinite distance, such as for skyboxes? If so, you can try to create your own transform that removes the translation. That costs 4 lines of code (See