Re: [osg-users] OSG RotateToPoint

2012-04-30 Thread Robert Osfield
Hi Dan, Unless you know Java3D RotateToPoint functionality I think it'll be hard to guess exactly what it does. I don't know Java3D so can't really help specifically, you'll need to explain more specially what you are after in non Java3D specific terms. Also worth mentioning is whether you are

[osg-users] OSG RotateToPoint

2012-04-27 Thread dan marshal
Hi, I am porting a java3d app to OSG and have to implement RotateToPoint. My model is an airplane and I have its location and the point I want to rotate to. Is there an OSG function similar to RotateToPoint? Have you seen a good example of this implementation? Thank you! Cheers,

Re: [osg-users] OSG RotateToPoint

2012-04-27 Thread Jason Daly
On 04/27/2012 01:46 PM, dan marshal wrote: Hi, I am porting a java3d app to OSG and have to implement RotateToPoint. My model is an airplane and I have its location and the point I want to rotate to. Is there an OSG function similar to RotateToPoint? Have you seen a good example of this