<div dir="ltr"><div>Hi,</div><div><br></div><div>I have an issue, might not be related to osg::Billboard it self.</div><div><br></div><div>At every frame, I delete all the drawables for a osg::Billboard: tags->removeDrawables(0, size);</div><div><br></div><div>and I add them again, possible with different values for position: tags->addDrawable(osg::Geometry, osg::Vec3(pos.x, pos.y, pos.z));</div><div><br></div><div>but in the view I still see the old positions of the tags!</div><div><br></div><div>Does OSG has some kind of cache? Do I have to invalidate something?</div><div><br></div><div>Greetings,</div><div>Catalin<br></div></div>