Peter Hrenka wrote:
> Nothing needs to be virtual here. It's just a template class
> with overloaded operators which means everything is effectively
> inlined. We could also use an "unsigned int" as internal storage type
> (Qt seems to use a signed int).

  But doesn't RTTI embed a hidden pointer (similr to the vftbl) into every 
class as well,
that points to the common per-class ID/metadata?

  I guess quibbling about an extra pointer is very old-skool 80s coder of me. 
You can have
my VIC-20 when I'm done porting OpenGL ES 1.0 to it! ;)

-- 
Chris 'Xenon' Hanson, omo sanza lettere                  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
"There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to