Re: [osg-users] Force updating

2009-05-06 Thread Miriam D';Elia
I would need to change the height (at runtime) to the forms (osg::Capsule) . I must to force the update of shapes. How can I do? David Callu ha scritto: Hi Miriam Sorry but ... What is the question ? Can you more explain you issue. David Callu 2009/5/6 Miriam D'Elia <mailto:

[osg-users] Force updating

2009-05-06 Thread Miriam D';Elia
Hi to all! I would need to change the height (at runtime) to the forms (osg::Capsule) that make up my scene. I make the interpolation with osg::AnimationPath to move the shapes. The structure of each shape is as follows: PositionAttitudeTransform | MatrixTransform

Re: [osg-users] frame interpolation

2009-04-30 Thread Miriam D';Elia
Thanks! Robert Osfield ha scritto: Hi Miriam, On Thu, Apr 30, 2009 at 12:15 PM, Miriam D'Elia wrote: I need to move several objects of type PositionAttitudeTransform from a point A to point B, by interpolating the motion between the frames. OK, that's much more informati

Re: [osg-users] frame interpolation

2009-04-30 Thread Miriam D';Elia
I need to move several objects of type PositionAttitudeTransform from a point A to point B, by interpolating the motion between the frames. Robert Osfield ha scritto: On Thu, Apr 30, 2009 at 12:02 PM, Miriam D'Elia wrote: Hi! I would need to make the interpolation between frames.

[osg-users] frame interpolation

2009-04-30 Thread Miriam D';Elia
Hi! I would need to make the interpolation between frames. In my application I using the function frame (). I do not know how ... you have any idea? Miriam ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/lis

[osg-users] osgDotNet

2009-02-12 Thread Miriam D';Elia
Hi to all, where can I find the code of osgDotNet? The link http://www.openscenegraph.org/projects/osgDotNet/wiki/Download No available. Thanks Miriam ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo

[osg-users] camera translate

2008-11-13 Thread Miriam D';Elia
Hi to all I use in my scene osgGA:: DriveManipulator (), I would like to restrict the movement to right and left, namely eliminating the rotation and retain only the translation. How can I do? Thanks Miriam ___ osg-users mailing list osg-users@lists.open

Re: [osg-users] problem with image

2008-10-31 Thread Miriam D';Elia
MAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Miriam D'Elia Sent: Friday, October 31, 2008 8:19 AM To: OpenSceneGraph Users Subject: Re: [osg-users] problem with image Sorry You're right! Explain better: when I run my application, the message is printe

Re: [osg-users] problem with image

2008-10-31 Thread Miriam D';Elia
n Product Manager 3D Email : gtomlinson @ overwatch.textron.com __ "Self defence is not a function of learning tricks but is a function of how quickly and intensely one can arouse one's instinct for survival" - Master Tambo Tetsura -Original Message--

[osg-users] problem with image

2008-10-31 Thread Miriam D';Elia
Hi to all in my application I am applying a texture (. bmp) to a sphere, I have no problems with the plugin, but I do not see the image. What can I do? Miriam ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/

[osg-users] Node Lod

2008-10-09 Thread Miriam D';Elia
Hi to all I would use the nodes lod, where can I find an example? Thanks Miriam ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

[osg-users] Information

2008-10-08 Thread Miriam D';Elia
Hi to all, I need to get information about a node in my scene by placing the mouse cursor is it. You could give me a hint? Thank you Miriam ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-u

[osg-users] sky, clouds, light

2008-07-18 Thread Miriam D';Elia
Hello to all I have a ClearNode in my scene to change the color of the sky, I might add a light, clouds and how can I do? Thanks in advance Miriam ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cg

[osg-users] warning GraphicsWindowWin32::grabFocus()

2008-06-11 Thread Miriam D';Elia
Hello to all when launching my application I have this error: Warning: GraphicsWindowWin32::grabFocus() - Failed grabbing the focus What could be the problem? Thanks in advance Miriam Here carryover part of my code: osgViewer::Viewer v; ... osg::GraphicsContext::WindowingSystemInterface*

[osg-users] particle effect

2008-06-05 Thread Miriam D';Elia
Hi all, I have an object HeighField , and I want to put an effect (smoke, explosion) in the exact point of my land. How could I do? root / positionAttitudeTransform

[osg-users] EventHandler

2008-05-15 Thread Miriam D';Elia
Hi, what is the function equivalent of osgViewer addEventHandler () for osgProducer? Miriam ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Re: [osg-users] Camera

2008-05-13 Thread Miriam D';Elia
Robert Osfield ha scritto: Hi Robert, I want to move with a camera in the scene. The scene must not move. Miriam Hi Miriam, On Tue, May 13, 2008 at 2:08 PM, Miriam D'Elia <[EMAIL PROTECTED]> wrote: I would like to insert in my scene a camera that moves by pressing the ar

[osg-users] Camera

2008-05-13 Thread Miriam D';Elia
Hi, I would like to insert in my scene a camera that moves by pressing the arrow buttons (forward, behind , right and left). How can I do? As an example I can look? Miriam ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.opens

Re: [osg-users] window

2008-05-13 Thread Miriam D';Elia
x series of the OpenSceneGraph. osgViewer has been written wholly within the OSG community so its easier for myself and others to support. Robert. On Mon, May 12, 2008 at 2:01 PM, Miriam D'Elia <[EMAIL PROTECTED]> wrote: Hi, I design my scene with osgProducer and I want to bring up the design

[osg-users] window

2008-05-12 Thread Miriam D';Elia
Hi, I design my scene with osgProducer and I want to bring up the design inside a window. I design my scene with osgProducer and I want to bring up the design inside a window. With the code that I wrote, the window appears, the scene rather not see. How can I do? Miriam int main() { Produce

[osg-users] download plugins osg

2007-11-11 Thread Miriam D';Elia
Hi, I'm Miriam. I need last release of all osgPlugins (to read the images ), because I can't find the link for download. Thank you Miriam ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.openscenegraph.org/listinfo.cgi/osg-use