[osg-users] Get the Matrix for the MasterCamera

2008-05-22 Thread Matthew . Little
Hi, I need to pan my camera up, down, left, right e.g. let the camera position stay the same and change the yaw and pitch as the user presses the arrow keys. I think I just need the Camera's World Matrix and just to apply a rotation to it. Can I get the needed matrix with camera-getViewMatrix()?

[osg-users] How to make the camera rotation not spin when it is dragged quickly with the mouse

2008-05-19 Thread Matthew . Little
Hi, using the default camera mouse controls. Left click and drag rotates the camera, but you can kinda throw the camera if you drag and release quickly. Can I get some advice on how to prevent that? I guess can anyone tell me which GUIEventHandler does the viewer default to...is it Trackball?

[osg-users] where is the .ttf plugin?

2008-05-06 Thread Matthew . Little
Hi where can I get the .ttf plugin from, is it a .dll, what is the name of the file? ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] strafe camera with keyboard?

2008-05-06 Thread Matthew . Little
Anybody have an idea of the basic steps that would be involved if I wanted to do Camera strafing with keyboard? I have a handler to pick up keyboard events and especialy the arrow keys...not sure about what type of matrix stuff if any would be needed. Maybe I can copy source code from the basic

Re: [osg-users] LNK4217, LNK2019 Errors when compiling OSG

2008-05-01 Thread Matthew . Little
Hey dtidev, First you have to make sure you have the .libs for those classes included in your project. Also your executable will need access to the corresponding .dlls for those classes. E.g. Copy the dlls to the directory where your executable is.