Famous / engine

MIT License
1.75k stars 250 forks source link

refact: No longer double vertices in GeometryHelper.addBackfaceTriangles #455

Open alexanderGugel opened 9 years ago

alexanderGugel commented 9 years ago

The vertices can be reused, only the corresponding indices need to be duplicated.

michaelobriena commented 9 years ago

Testing