fixed: auto_ptr -> unique_ptr
[opensg.git] / Tools / osgBench / README
blob9a5540b4ce538262ead20c5a61f93cc3b024d049
2 These are the humble beginnings of a benchmarking system for OpenSG
4 The idea was to have a Python wrapper around some core functions
5 that would simplify setting up test scene (similar to what GLscry does,
6 but a lot less fancy ;).
8 It's borderline useable, but not complete by any means.
10 Use at your own risk!
13 *** IMPORTANT:
15 Because there are problems loading libs referenced by modules with 
16 python, you have to set LD_PRELOAD to /usr/lib*/libGL.so or extensions 
17 will not work!
20 Dirk
21 dirk@users.sf.net