EliasFarhan / NekoEngine

Generic 3d engine based on SDL2 and OpenGL ES 3/WebGL2
13 stars 5 forks source link

Sprint1 transform #15

Closed LoshkinOleg closed 4 years ago

LoshkinOleg commented 4 years ago

Functional transformations and working benchmarks.

EliasFarhan commented 4 years ago

I correctly both MultiplyNaive and Multiply Intrinsics for cloumn-based matrices. Your transformation matrices were for row-based matrices, so I transposed, switch the order of operations and everything works fine now.