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

Fix typo in README.md

parent 6362f643
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ std::vector<Triangle> triangles; ...@@ -46,7 +46,7 @@ std::vector<Triangle> triangles;
// code to set the vertices and triangles // code to set the vertices and triangles
... ...
// BVHModel is a template class for mesh geometry, for default OBBRSS template is used // 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(); Model* model = new Model();
// add the mesh data into the BVHModel structure // add the mesh data into the BVHModel structure
model->beginModel(); 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