milis/talimatname/genel/b/btogre/BtOgre.cpp.patch

6 lines
201 B
Diff
Raw Normal View History

2018-03-18 14:23:05 +01:00
353c353,354
< trimesh->addTriangle(vertexPos[0], vertexPos[1], vertexPos[2]);
---
> // Create continuous mesh.
> trimesh->addTriangle(vertexPos[0], vertexPos[1], vertexPos[2], true);