ProwlEngine / Prowl

An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor and built on Silk.NET
MIT License
328 stars 27 forks source link

Fix Mesh.CreateCube incorrect indices #139

Closed japsuu closed 1 month ago

japsuu commented 1 month ago

Previously the left and bottom face of a cube created with Mesh.CreateCube() were inverted, since the indices were defined in a CCW winding order.