On Wed Jun 14 09:02:45 GMT+00:00 2006, Issam Boughanmi <[EMAIL PROTECTED]> wrote:
i want only a sort of basic protection of my data that prevent everyone to use my data easily
The simplicist way would be to use a traverser that modified the vertices and imagery of your scene, but leaving the actual number of vertices and image sizes correct, so you have a valid scene graph that you can save and load using standard plugins. However this modified data would incomprehensive to any normal application, then in your own app you decaode the modified vertices. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
