Hello Victor,

On 2014-11-10 15:52, Victor Haefner wrote:
> I have a case where I want to display a single point geometry, but it
> just doesn't show it.
> The stats foreground shows that the point is there:
>
> Drawables: (drawn)
> points: 1
> verts: 1

interesting, my first guess would have been frustum culling believing 
that the geometry has an empty bounding volume and throwing it away, but 
since it shows up as 'drawn' in the stats, that seems unlikely...

> I worked around it by drawing two points at the same position, not a big
> deal..

... especially with this workaround. What vertex attributes does the 
geometry have (if anything besides positions) and are you using indices?

> I just wanted to report it, anyone ever encountered this?

Would you happen to have a trace of GL calls issued (e.g. apitrace or 
gDEBugger)? Thanks!

        Cheers,
                Carsten


------------------------------------------------------------------------------
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to