[osg-users] how to judge if an object is in the frustum?

Trajce Nikolov NICK trajce.nikolov.nick at gmail.com
Sun Jun 26 23:32:32 PDT 2016


Try CullCallback, in there you can get the handle of the CullVisitor and do
something like this in your callback:

CullVisitor* cv = nv->asCullVisitor()
cv->isCulled(node)

On Mon, Jun 27, 2016 at 8:30 AM, John Lee <357059570 at qq.com> wrote:

> Hi,
>
> I don't know how to judge if an object is in the frustum? I want to get
> which node is in the frustum.
>
> Thank you!
>
> Cheers,
> John
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=67832#67832
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users at lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
trajce nikolov nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20160627/17c822d5/attachment-0003.htm>


More information about the osg-users mailing list