On 7/4/07, Robert Osfield <[EMAIL PROTECTED]> wrote:
On 7/4/07, sherman wilcox <[EMAIL PROTECTED]> wrote:
> I built a prototype that has one point primitive on a globe. If I use
> SMALL_FEATURE_CULLING the point disappears. But if I use
> VIEW_FRUSTUM_SIDES_CULLING then the point is displayed. But, as you
> pointed out using only VIEW_FRUSTUM_SIDES_CULLING will disable cluster
> culling.
>
> In the meantime, I've implemented my own over the horizon culling to
> solve the original problem.

Cluster culling should work, my suggestion for disabling just small
feature culling is all that should be required to fix things.

> I suppose the question now becomes why does the point primitive
> disappear when I use SMALL_FEATURE_CULLING with osgViewer?

The bounding sphere of the geometry will be projected into screen
space, if its smaller than the small feature cutoff size then it'll be
culling.  A single point geometry will have a bounding sphere of 0
radius so will be culled.


Yes, it all works now. There was a mistake in my code. Sorry for the bother.
_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to