From: Oliver O. <fr...@us...> - 2007-06-22 13:47:09
|
Update of /cvsroot/simspark/simspark/spark/oxygen/geometryserver In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30238 Modified Files: Tag: projectx stdmeshimporter.h Log Message: update from rcssserver3D Index: stdmeshimporter.h =================================================================== RCS file: /cvsroot/simspark/simspark/spark/oxygen/geometryserver/stdmeshimporter.h,v retrieving revision 1.1 retrieving revision 1.1.4.1 diff -C2 -d -r1.1 -r1.1.4.1 *** stdmeshimporter.h 5 Dec 2005 21:16:49 -0000 1.1 --- stdmeshimporter.h 22 Jun 2007 13:47:05 -0000 1.1.4.1 *************** *** 57,60 **** --- 57,63 ---- boost::shared_ptr<TriMesh> UnitCCylinder (const zeitgeist::ParameterList& parameter); + + /** constructs a flat unit cylinder */ + boost::shared_ptr<TriMesh> UnitCylinder(); }; |