Files
tree786 3791d83a0b vertex_array Vector3 correction (#2511)
`vertex_array` is defined as a Vector3, but it only contains 2 elements (I assume this was a mistake). So I have added the third element (being 0) to complete the size (i.e. make it a 3-component vector). These vertex vectors should now define the coordinates of a triangle in 3D space.
2019-06-08 18:11:53 +09:00
..