From: Oliver O. <fr...@us...> - 2007-05-08 01:42:57
|
Update of /cvsroot/simspark/simspark/spark/oxygen/geometryserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv14753 Modified Files: Tag: projectx geometryserver.h Log Message: fixed comment lines Index: geometryserver.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/geometryserver/geometryserver.h,v retrieving revision 1.2.4.2 retrieving revision 1.2.4.3 diff -C2 -d -r1.2.4.2 -r1.2.4.3 *** geometryserver.h 5 Apr 2007 04:09:22 -0000 1.2.4.2 --- geometryserver.h 8 May 2007 01:42:55 -0000 1.2.4.3 *************** *** 61,70 **** void RegisterMesh(boost::shared_ptr<TriMesh> mesh); ! /** Create an instance of a mesh bridge and register it to the GeometryServer. A MeshExporter is a class that takes care to additionally register/export meshes registered at the GeometryServer at another class (potentially external to spark). This has to be done only when spark/kerosin rendering alone is not enough. ! \param name name of the MeshBridge class name \returns true if successful */ --- 61,70 ---- void RegisterMesh(boost::shared_ptr<TriMesh> mesh); ! /** Create an instance of a mesh exporter and register it to the GeometryServer. A MeshExporter is a class that takes care to additionally register/export meshes registered at the GeometryServer at another class (potentially external to spark). This has to be done only when spark/kerosin rendering alone is not enough. ! \param name name of the MeshExporter class name \returns true if successful */ |