Block a user
3912f2bd9a
Added IcoSphere for testing. Replaced Vector3D<T> with Vector3 since it is more performant
Sphere resolution cannot be greater than 18
The error was not the resolution of the sphere but that the Array passed was greater than the data actually in it, which seemed to throw the error. It didn't happen since I actually fill the array…
Sphere resolution cannot be greater than 18
551ae51b45
fix #4 Sphere can be rendered with normals now. Calculation fo normals is however not working
Sphere resolution cannot be greater than 18
Framework for mesh handeling