27 Commits

Author SHA1 Message Date
Hugo Locurcio
c579192d05 Fix "SurfaceTool" link pointing to itself in Using the SurfaceTool (#4832) 2021-04-11 22:20:20 +02:00
Rémi Verschelde
76cf11c890 Merge branch 'master' into 3.2 2020-07-30 17:14:54 +02:00
follower
34f246d6dc Typo fix: "comprsing" -> "comprising" (#3819)
* Typo fix: "comprsing" -> "comprising"

* Update tutorials/content/procedural_geometry/meshdatatool.rst

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
2020-07-27 01:30:04 -04:00
Hugo Locurcio
4866c6082d Add a page listing all features supported by Godot 3.2 2020-07-24 15:44:48 +02:00
Hugo Locurcio
58a2757d37 Add a page listing all features supported by Godot
This closes #3727.
2020-07-24 10:34:21 +02:00
Ryan Roden-Corrent
bb017ba445 Add link to MeshDataTool API in tutorial (#3817) 2020-07-21 14:01:52 +02:00
Rémi Verschelde
10f20b00cb Merge branch 'master' into 3.2 2020-05-20 15:08:42 +02:00
Hugo Locurcio
4f6fdbc710 Fix various spacing and capitalization issues 2020-05-18 09:54:32 +02:00
Hugo Locurcio
d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +02:00
Rémi Verschelde
997fc68e78 Merge branch 'master' into 3.2 2020-04-17 19:09:14 +02:00
Hugo Locurcio
046215542d Fix some typos and grammar mistakes found using LanguageTool 2020-04-16 23:07:05 +02:00
Yuri Sizov
075acc61b0 Replace Pool*Arrays with Packed*Arrays in tutorials and references 2020-03-17 11:15:34 +03:00
Jean-Baptiste Vovau
b0e5ac14bc Update immediategeometry.rst 2020-02-16 12:04:01 +01:00
frido
6a6464aea1 Fix various typos and grammar issues in tutorial articles 2019-10-09 23:56:08 +02:00
Hugo Locurcio
05f941be10 Fix missing parenthesis in Using the SurfaceTool
This closes #2775.
2019-09-21 00:41:37 +02:00
Rémi Verschelde
aaca561488 Code style fixes in Procedural geometry docs 2019-09-02 11:12:44 +02:00
Chris Bradfield
2f2bb767ab Merge pull request #2696 from clayjohn/fix-todo-arraymesh
Resolve todo note in arraymesh tutorial
2019-08-12 11:48:52 -07:00
clayjohn
7cf04b71d3 resolve todo note in arraymesh tutorial 2019-08-11 10:39:19 -07:00
guohongci
10d286daa4 Update immediategeometry.rst
"
.......
moudules/gdscript/gdscript_tokenizer.cpp:1104 - Condition ' tk_rb[ofs].type != TK_IDENTIFER ' is true. returned: StringName()"
built-in:3 - Parse Error: Unexpected token: void:
modules/gdscript/gdscript.cpp:580 - Method/Function Faild, returning: ERR_PARSE_ERROR
moudules/gdscript/gdscript_tokenizer.cpp:1104 - Condition ' tk_rb[ofs].type != TK_IDENTIFER ' is true. returned: StringName()
.......
"
2019-08-10 14:43:02 -07:00
Clay John
23b5ff7989 Procedural Geometry tutorial (#2375)
* intro for procedural geometry

* added using arraymesh tutorial

* added immediategeometry tutorial

* added final procedural geometry tutorial sections
2019-08-04 12:56:26 -07:00
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