Skip to content
Snippets Groups Projects
Commit c02788cb authored by Jeongseok Lee's avatar Jeongseok Lee
Browse files

Merge pull request #66 from dartsim/fix_readme

Fix typo in README.md
parents 6362f643 402ea0ed
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ std::vector<Triangle> triangles;
// code to set the vertices and triangles
...
// BVHModel is a template class for mesh geometry, for default OBBRSS template is used
typedef BVHModel<OBBRSS>* Model;
typedef BVHModel<OBBRSS> Model;
Model* model = new Model();
// add the mesh data into the BVHModel structure
model->beginModel();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment