Commit Graph
10 Commits
Author SHA1 Message Date
Hugo Locurcio d494d19dac Remove trailing whitespace and irregular whitespace 2020-05-17 00:26:19 +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
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