From Mike Garrity, "There was an on again/off again thread on OSG users about

creating subclasses of osg::Array that referenced data
stored an application's internal data structures. I took
a stab at implementing that and ran into a couple of
downcasts in Geometry.cpp. Enclosed is my take at fixing
those along with a simple example of how to do this."
This commit is contained in:
Robert Osfield
2007-12-11 15:55:02 +00:00
parent 669e86145c
commit be5f709bdb
6 changed files with 451 additions and 85 deletions

View File

@@ -0,0 +1,7 @@
#this file is automatically generated
SET(TARGET_SRC osgsharedarray.cpp )
SET(TARGET_EXTERNAL_LIBRARIES ${OPENGL_LIBRARIES} )
#### end var setup ###
SETUP_EXAMPLE(osgsharedarray)