7 Commits

Author SHA1 Message Date
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
Rémi Verschelde
d420d5d132 Fix grammar in Procedural Geometry 2019-05-15 12:28:23 +02:00
tree786
05fb9e7f93 Update procedural_geometry.rst
Lines 24 and 68 should be 'Mesh.PRIMITIVE_TRIANGLES' and not 'Mesh.PRIMITIVE_TRIANGLE'
2019-04-24 16:42:14 +01:00
Michael Alexsander Silva Dias
f426de1612 More fixes for newly added tutorials 2019-04-24 02:44:19 -03:00
Juan Linietsky
47a1427e61 Fixed to procedural generation doc 2019-04-24 01:02:32 -03:00
Juan Linietsky
131c90b625 Add tutorial on creating procedural geometry. 2019-04-24 00:37:00 -03:00
Rémi Verschelde
433f6513de Move Creating Content section to Tutorials 2019-03-11 13:53:31 +01:00