Hi Robert,

On 6/18/2013 11:47 AM, Robert Osfield wrote:
Hi Judson,

On 18 June 2013 16:17, Judson Weissert <jud...@mfrac.com> wrote:
I looked at the implementations now (the Geometry.cpp changes were not
included in the online diff). Correct me if I am wrong, outside of the
optimizer, there is no code path that will call checkForDeprecatedData().
Therefore, it is quite likely that drawImplementation() and other functions
will be called before checkForDeprecatedData() is called. Thus, I am
wondering if the _containsDeprecatedData flag should be taken out entirely.
Currently the Geometry::set*Indices() and set*Binding() methods set
_containsDeprecatedData directly.  The checkDeprecatedData() is there
as a fallback in case this method isn't reliable.

Ah, that is the part I missed, I did not see the _containsDeprecatedData flag usage in the inline functions in the header.

Thanks for the explanation,

Judson
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to