[osg-users] Possible wrong rotation in osgSim::ScalarBar

2010-04-07 Thread Murray Curtis
G'day I'm implementing a display using the osgSim::scalarbar. When I set the orientation to vertical the geode disappears. In osgSim::ScalarBar::createDrawables() the vertical rotate matrix is: matrix = osg::Matrix::rotate(osg::DegreesToRadians(90.0f),1.0f,0.0f,0.0f) *

[osg-users] Reusing an osgPango::textTransform

2009-06-21 Thread Murray Curtis
-finalize(); (osg::MatrixTransform)_modelview_abs-addChild(_pangoText); Top image taken here then later _modelview_abs-removeChild(_pangoText); Bottom image taken here Many thanks Murray Curtis Tag Systems Melbourne Australia inline

Re: [osg-users] PrecipitationEffect not updating - problem solved

2008-07-20 Thread Murray Curtis
in your case, well you have the source code. BTW you can set your own UpdateVisitor if you wish via viewer.setUpdateVisitor(mySubclassedFromUpdateVisitorObject); Robert. On Fri, Jul 18, 2008 at 2:23 AM, Murray Curtis [EMAIL PROTECTED] wrote: I'm having trouble getting osgParticle::PrecipitationEffect

[osg-users] PrecipitationEffect not updating

2008-07-17 Thread Murray Curtis
: precipitationEffect = new osgParticle::PrecipitationEffect; group-addChild(precipitationEffect.get()); viewer.run(); works perfectly. I'm using OSG 2.5.4 on Linux. Any pointers much appreciated. Murray Curtis Tag Systems Melbourne Australia (Irony: We're in the worst drought

[osg-users] Multi display systems with an offset viewpoint

2008-02-27 Thread Murray Curtis
or similar. Are there any help routines in OSG (that I've not found) to do the trig? Or any web references that may help? Cheers Murray Curtis Tag Systems Melbourne Australia ___ osg-users mailing list osg-users@lists.openscenegraph.org http

[osg-users] Performance problems with a 'rear view mirror' view

2007-08-02 Thread Murray Curtis
suggestions on a better approach? Could the viewports be the expense? Would a pre-render textured onto a quad be better? Many thanks Murray Curtis Tag Systems www.tagsystems.com.au ___ osg-users mailing list osg-users@lists.openscenegraph.org http