Re: [osg-users] Could someone removed the link to the hacked server from the downloads page?

2008-05-11 Thread Robert Osfield
On Sat, May 10, 2008 at 7:38 PM, Berg, Michael [EMAIL PROTECTED] wrote: Would it be worth while to link to the official Debian repository there? http://ftp.us.debian.org/debian/pool/main/o/openscenegraph/ Between the stable, testing, and unstable branches, there are packages for OSG 1.2,

Re: [osg-users] How to zoomming, in orthogonal projection view

2008-05-11 Thread Robert Osfield
Hi Joengseok, On Sat, May 10, 2008 at 7:23 PM, Jeongseok Lee [EMAIL PROTECTED] wrote: Should I change camera's Projection matrix (setProjectionMatrixAsOrtho(…)) my self? Or more smart way? Changing the projection matrix is a perfectly reasonable way to tackle zooming with an orthographic

Re: [osg-users] Install OpenSceneGraph on Windows Xp

2008-05-11 Thread Philip Lowman
On Sun, May 11, 2008 at 10:26 AM, Alberto Luaces [EMAIL PROTECTED] wrote: El Viernes 09 Mayo 2008ES 21:52:38 Philip Lowman escribió: I'd say it's likely that someone has messed around with using Cygwin to compile the OSG but I'm not sure what it would buy you since the OSG compiles fine

[osg-users] Collision Detecting by Intersections

2008-05-11 Thread ümit uzun
Hi All; I am trying to detect intersections while flying on the earth database. I looked at the mail list to using intersecting operation and I find osg::BoundingBox. But can it help me to detect the collisions between aircraft and earth model? And Is there any simple example to find out