<div dir="ltr"><div>Sorry I'm not sure what you're asking.<br><br></div>I manipulate my scene with a Mouse Manipulator (Trackball), hence the view is refreshed and I can see my nodes, but if I zoom in they disappear<br></div><div class="gmail_extra"><br><div class="gmail_quote">2017-06-22 18:23 GMT+01:00 Sam Brkopac <span dir="ltr"><<a href="mailto:brkopac@gmail.com" target="_blank">brkopac@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Bruno,<br>
<br>
After you manipulate the coordinates do the new bounds result in the node getting culled by the camera?<br>
<br>
Thanks, Sam<br>
<div><div class="h5"><br>
> On Jun 22, 2017, at 10:12, Bruno Oliveira <<a href="mailto:bruno.manata.oliveira@gmail.com">bruno.manata.oliveira@gmail.<wbr>com</a>> wrote:<br>
><br>
> Hello,<br>
><br>
> I have some osg::Nodes with some initial geometry coordinates.<br>
><br>
> Then, after some rendering, at some point I need to transform those initial coordinates. I do something like this:<br>
><br>
><br>
> void MyNodeGeometry::<wbr>convertCoordinates() {<br>
><br>
>     auto* vert = this->getVertexArray();<br>
><br>
>     for (int i = 0; i < vert->size(); i++) {<br>
>         convertCoordinate(vert-><wbr>operator[](i));<br>
>     }<br>
><br>
>     this->setVertexArray(vert);<br>
><br>
>     this->setInitialBound(this-><wbr>computeBound());<br>
>     this->firtyBound();<br>
><br>
> }<br>
><br>
><br>
> Also, in all parent Nodes I call<br>
><br>
>     parentNode->setInitialBound(<wbr>this->computeBound());<br>
>     parent->firtyBound();<br>
><br>
><br>
><br>
> However, when I do this, I can see my points, BUT when I try to manipulate my scene with the mouse, the data disappears if I zoom in, and appears again if I zoom out again.<br>
> This seems like my node's bounds are not well set, But I manually verified all node's bounds and they are correct....<br>
><br>
> Any idea?<br>
</div></div>> ______________________________<wbr>_________________<br>
> osg-users mailing list<br>
> <a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
> <a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</blockquote></div><br></div>