Re: [osg-users] how to zoom in and out in orthographic projection

2008-05-04 Thread Rahul Jain
Hi Mew, For the perspective projection i am moving the eye (camera) in negative z direction for zooming in to the scene. For the orthographic projection i am reducing the viewport (frustum) for zooming in to the scene. RJ Mike Weiblen wrote: > Could you pls answer Paul's question of "how did you

Re: [osg-users] Compling STATIC version of OSG, - using static plugins?

2008-05-04 Thread dtidev
Here is the .dll / library/ plugin problem I have not been able to solve. Trying both Visual Studio 2005 & ?Visual Studio 2008, I compile osg as for dynamic compile, Debug settings. When I try to run the planet demo - I get a command line message: "Could not find plugin to read objects from Image

Re: [osg-users] Attaching a RenderBuffer to a camera

2008-05-04 Thread Guy
Hello, Try to allocate a new image with the new size, attach it to the camera, and set the camera cache to NULL so on the next draw the RenderStage will connect to the new image. Good luck, Guy. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

Re: [osg-users] Compling STATIC version of OSG, - using static plugins?

2008-05-04 Thread Mike Weiblen
On Fri, May 2, 2008 at 3:31 PM, <[EMAIL PROTECTED]> wrote: > (The main problem is that I don't want to have to install > Microsoft.VC80.DebugCRT redistributable C++ stuff with every install, which > is required for the .dlls) Please be sure to read Microsoft's license for their redistributable

Re: [osg-users] Halfedge Mesh Data-Structure

2008-05-04 Thread Mike Weiblen
Hi, Deriving your own class from osg::Drawable, you can have any internal draw implementation with your own datastructures. See the osgteapot example. -- mew On Sat, May 3, 2008 at 9:20 AM, Janick Martinez <[EMAIL PROTECTED]> wrote: > Hi, > > I was wondering if it is possible to utilize a com

Re: [osg-users] how to zoom in and out in orthographic projection

2008-05-04 Thread Mike Weiblen
Could you pls answer Paul's question of "how did you implement the zoom in your projection"? What exactly do you mean by "zoom" in an orthographic projection? -- mew On Sun, May 4, 2008 at 9:28 AM, Rahul Jain <[EMAIL PROTECTED]> wrote: > Hi Paul, > Thanks for the answer and sorry for being s

Re: [osg-users] Is it possible to run MinGW-compiled OSG program under gdb?

2008-05-04 Thread Philip Lowman
On Sat, May 3, 2008 at 3:22 AM, Linh Phan <[EMAIL PROTECTED]> wrote: > Above was using Cygwin gdb; below is using MINGW gdb in MSYS: Try using the GDB distributed on the MinGW website? I've never tried MSYS' gdb before, not sure how it differs from MinGW's or Cygwin's. http://sourceforge.net/p

Re: [osg-users] Compile Errors 2.4 Release Mac OS X

2008-05-04 Thread Philip Lowman
On Sat, May 3, 2008 at 5:57 AM, Stephan Huber <[EMAIL PROTECTED]> wrote: > Daniel Larimer schrieb: > > I know how to fix it by changing a #define, but I feel that this should > > be AUTOMATIC. > > > > What's the deal? Surely someone else has had this problem. > > use ccmake to set OSG_GLU_TESS_CA

Re: [osg-users] how to zoom in and out in orthographic projection

2008-05-04 Thread Rahul Jain
Hi Paul, Thanks for the answer and sorry for being so desperate last time. We tried the approach you mentioned by writing a node visitor and setting the range node(PIXEL_SIZE_ON_SCREEN) for LOD nodes. But the effect i am getting is completely opposite, as i zoom in the high resolution data disapp

[osg-users] Cuda Sample

2008-05-04 Thread Ariel Hutterer
Hi: I try to run cuda from osg. I looking for a sample how to do this. Specificly i want to Bind the FBO and textures with cuda. Some one can help me? Or if some body can help me to share arrays between cuda-shaders-osg. Thanks Ariel ___ osg-users mailing