35 Commits

Author SHA1 Message Date
skyace65
d4a79f4ffc Update Intro to 3D page for Godot 4.4 2025-01-19 11:25:50 -05:00
tetrapod00
c4d3aa134a Standardize RST header syntax 2024-12-29 13:44:09 -08:00
tetrapod00
d9bd76c66a Remove wiki reference in Introduction to 3D 2024-11-24 12:49:39 -08:00
Volkan Gezer
6045f91efb Improve introduction to 3D for beginners 2024-07-16 13:37:02 +02:00
Billy Guzik
9fdfe11004 More accurately describes what a Transform3D is
As pointed out in Issue #8904, a Transform3D is a 3x4 transformation matrix, not a 4x3. While that issue does point out other areas of concern on this specific page, this update is simply to fix that error. The change can be found on line 35.
2024-04-04 16:12:47 -04:00
skyace65
e616c4b6c6 Update intro to 3D images, document preview light 2024-03-10 15:01:25 -04:00
Hugo Locurcio
15303f5141 Document setting up Blender-style transform shortcuts in Introduction to 3D 2023-10-12 23:44:39 +02:00
Patrick
60da673ced Mention Spatial -> Node3D rename in Introduction docs 2023-05-11 23:31:43 +02:00
devSomethingSomething
32efbe064f Fix typo in introduction_to_3d.rst (#7122)
* Fix typo in introduction_to_3d.rst

* Update number of hyphens in tutorials/3d/introduction_to_3d.rst

Co-authored-by: Clay John <claynjohn@gmail.com>

---------

Co-authored-by: Clay John <claynjohn@gmail.com>
2023-04-06 09:27:56 -07:00
Hugo Locurcio
50b86d7b3b Update 3D lights and shadows documentation for 4.0 2023-03-06 11:55:39 +01:00
Hugo Locurcio
c799afdfa2 Update Importing 3D scenes documentation for Godot 4.0 (#6800)
Co-authored-by: Lyuma <xn.lyuma@gmail.com>
2023-03-04 23:00:30 +01:00
Hugo Locurcio
085cd91a59 Add convention comparison chart to Introduction to 3D (#6307) 2022-10-21 17:19:02 +02:00
Max Hilbrunner
198393eec7 More Godot 4 rename fixes (#6315)
* Spatial -> 3D, Transform, Quaternion

* File -> FileAccess

* Camera -> Camera3D

* Update references to MeshInstance and MultiMeshInstance

* ImmediateGeometry -> ImmediateMesh, misc renames
2022-10-15 20:54:47 +02:00
Gerry
ac7c408b83 Define DCCs during its first use in Introduction to 3D (#5775)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-04-26 00:04:10 +02:00
Markus Sauermann
aaf6b3e504 Update tutorials: Rename Transform to Transform3D (#5603) 2022-02-14 13:27:37 +01:00
Hugo Locurcio
ba27f69edf Clarify the 3D unit scale expected by Godot in Introduction to 3D 2021-12-12 16:33:25 +01:00
Marcin Sędłak-Jakubowski
bd19917ea0 Draft: Remove "simple", "simply", "easy", and "just" from the docs (#4496)
* Various style edits

* Edit out "simple" when possible

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: Clay John <claynjohn@gmail.com>
2021-07-11 14:38:53 +02:00
Hugo Locurcio
4f6fdbc710 Fix various spacing and capitalization issues 2020-05-18 09:54:32 +02:00
Hugo Locurcio
046215542d Fix some typos and grammar mistakes found using LanguageTool 2020-04-16 23:07:05 +02:00
Yuri Sizov
37604be65f Improved keystroke formatting for shortcuts and key press menti… (#3257) 2020-03-09 23:50:53 +01:00
Andrew Morgan
87e859e71f Bold the entirety of the accented phrase 2019-10-01 22:28:26 +01:00
Carlos Herrero
d23f1b6210 Corrected keybinding for snapping, "s" -> "Ctrl" 2019-08-01 19:00:45 +02:00
Rémi Verschelde
739ea5eeb9 Fix most Sphinx warnings 2019-01-07 12:14:46 +01:00
Rémi Verschelde
a1af0dfc13 Adapt tutorial hyperlinks after godotengine/godot#24640 2019-01-07 11:43:18 +01:00
corrigentia
7aa4e84314 Remove potentially confusing repetition and fix miscellaneous issues in introduction_to_3d.rst (#2032) 2018-12-12 15:28:50 +01:00
Rémi Verschelde
4ef06a4135 Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
2018-11-20 11:08:34 +01:00
ZX-WT
ae8fcbe9bb added 3d gizmos description to 3d intro (#1829)
* added 3d gizmos description to 3d intro

* Fixup
2018-11-20 10:09:59 +01:00
Jason Maa
d110f7bd88 Grammar and readability fixes for "Step by step", "2D", and "3D" (#1518)
* Minor changes to UI control doc

* Step by step minor grammar fixes

* Editor readability and grammar tweaks

* 2D readability and grammar tweaks

* 3D readibility and grammar tweaks, rewrite part of IK

* Fix bad merge

* Add requested changes, update lifebar UI screenshot
2018-06-18 05:22:32 +02:00
None
f064e4f7a7 Fix 404s, some redirects and some broken links. 2018-05-30 16:49:21 -07:00
mhilbrunner
f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Nathan
18f889b6a4 Improve docs structure
Change Step by Step in Getting Started
Remove Engine Features category, move into a new Tutorials top-level section
2018-01-25 08:54:27 +01:00
Julian Murgia
b408bdb918 Revamping of the docs organisation for a more coherent TOC
Only the pages were moved so far and some empty ones created,
the up-to-date toctrees come in the next commit.
2017-04-03 23:23:31 +02:00
Chris Bradfield
a75a30d897 Fix wrong usage of "it's" for "its" (#336) 2017-01-30 07:42:13 +01:00
Andrew Conrad
e72a6c3d7d Misc fixes in "Introduction to 3D" 2016-03-16 12:24:46 -05:00
Rémi Verschelde
1fd0086d95 Proofread, fix titles
Make some titles use "The one true way" for capitalization
instead of "The One True Way". Some proofreading while at it
+ renaming of some files for clarity and to match their h1 title.
2016-02-19 20:51:26 +01:00