[osg-users] update node in view using cullcallback
Cong Ye
sirian_ye at hotmail.com
Wed Aug 29 16:40:33 PDT 2018
Hi,
I am recently working on a big scene simulation project. To optimize the performance, we consider to only update elements (material color, position, rotation etc.) in frustum or not culled. The most straightforward method come to me is using cullcallback to do the update. I implemented it and it works. However, after come across some online articles, most of them are not suggested to use cullcallback. Could I ask is there any drawbacks to do so?
Thank you!
Cheers,
Cong
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=74619#74619
More information about the osg-users
mailing list