318 Commits

Author SHA1 Message Date
Michael Nischt
62c9523202 Update bake configuration from 3 to 4 modes
4 Modes: Low, Medium, High, and Ultra
2022-05-05 19:05:02 +02:00
Gerry
306a0bf32b 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:24 +02:00
Jonathan Deiss
024c224fdd Improve sentence flow in Using 3D transforms (#5773)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-04-23 00:32:12 +02:00
Hugo Locurcio
042d5ae0b4 Clarify the 3D unit scale expected by Godot in Introduction to 3D
(cherry picked from commit ba27f69edf)
2021-12-21 16:43:45 +01:00
Hugo Locurcio
328217cc0c Add recommendations for 3D light shadow bias (#5340)
* Add recommendations for 3D light shadow bias

These are the settings I usually recommend based on my
personal experience.
2021-11-03 16:04:06 +01:00
Matthew
6be970d53c Fix incorrect default blend mode in Environment and post-processing (#5210)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-08-29 17:39:45 +02:00
Hugo Locurcio
edda1f36f6 Add notes about Blender backface culling when exporting to glTF 2021-07-19 17:06:19 +02:00
Rémi Verschelde
e2b95576d8 Cleanup uses of double spaces between words or after punctuation 2021-07-13 00:44:58 +02:00
Hugo Locurcio
b24f938155 Fix SpatialMaterial reference in Baked lightmaps following cherry-pick 2021-07-12 22:34:25 +02:00
Hugo Locurcio
d8054275ad Improve and update Baked lightmaps for 3.3's CPU lightmapper 2021-07-12 22:02:45 +02:00
Hugo Locurcio
86b20fd2b8 Update 3D rendering limitations to mention Use Debanding project setting (#4646)
(cherry picked from commit db60a7e046)
2021-06-02 13:25:21 +02:00
Hugo Locurcio
4b66f6d744 Rename documentation pages that have the same name as classref pages
This prevents confusion in search engine results.

(cherry picked from commit 6babc68649)
2021-06-02 13:17:00 +02:00
obviousscholar
0ef2005f70 Add note about shadow casting and light cull masks in 3D lights and shadows (#4925)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-05-17 23:50:09 +02:00
Hugo Locurcio
3ff89a545d Document how to avoid light leaks in GI Probes (#4784) 2021-03-28 15:07:38 +02:00
Yuri Sizov
0f3fff42ee Merge pull request #4543 from toolness/patch-2
Fix minor typos in part_two.rst
2021-01-17 13:41:21 +03:00
Atul Varma
bf32b02183 Fix typos in FPS Tutorial Part 2 (#4548)
This removes a few unneeded semicolons, and fixes a misspelled variable name.
2021-01-17 03:14:08 +01:00
Atul Varma
347c5f4ff7 Fix minor typos in part_two.rst 2021-01-14 20:51:29 -05:00
Atul Varma
0baae20b65 Add missing punctuation to FPS tutorial part 1 (#4536) 2021-01-13 02:42:52 +01:00
daveTheOldCoder
68155916c7 Mention required steps for Godot 3.2+ in part 3 of FPS tutorial (#4510)
Explanation from TwistedTwigleg:

Something changed with GridMaps since Godot 3.0 and that caused the GridMap nodes to lose their reference to the library of GridMap tiles, which makes 98% of the level missing! Reassigning the GridMap libraries should be all that is required and once assigned the level should function like expected.

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-01-01 03:34:23 +01:00
Aaron Franke
c7f527c608 Mention limit of 8 lights per mesh 2020-09-20 17:33:59 -04:00
Rémi Verschelde
e337af304f Merge branch 'master' into 3.2 2020-09-09 13:02:26 +02:00
Tooniis
2e5e28be1a Update GLES2 restrictions in Environment and post-processing (#3978)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-09-07 14:39:59 +02:00
Nathan Lovato
bd7b52ba77 Merge pull request #3971 from Calinou/rename-hdr-page
Rename the high dynamic range page, add a note about HDR output
2020-09-06 08:52:07 -06:00
Hugo Locurcio
3d0f2ce395 Rename the CSG page to give it a more descriptive title
See #3969.
2020-09-05 14:12:19 +02:00
Hugo Locurcio
0c6c09538a Rename the high dynamic range page, add a note about HDR output
See #3969.
2020-09-05 14:09:22 +02:00
Hugo Locurcio
9267a602ca Fix Euler angles image being unreadable on a dark background
- Brighten the image's colors to make them easier to see.
2020-08-30 00:16:19 +02:00
Rémi Verschelde
2c4db3ba10 Merge branch 'master' into 3.2 2020-08-11 13:30:27 +02:00
Hugo Locurcio
b879bfb872 Rename the Lights and shadows page to 3D lights and shadows (#3875)
This distinguishes it better from its 2D counterpart.

The filename has been left unchanged as to avoid breaking URLs.
2020-08-05 16:55:15 -07:00
Hugo Locurcio
f3e24e46b7 Fix code block formatting and reference in Physics introduction 2020-08-03 13:54:08 +02:00
balloonpopper
c40d74e19b Added examples for collision layer masks (#3863)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Balloonpopper <balloonpopper@git.com>
2020-08-03 13:47:40 +02:00
Rémi Verschelde
7b743b7d8e CI: Split setup, linter and build in separate steps
Make sphinx-build treat warnings as errors.

(And fix last remaining warning missed in #3795.)
2020-07-15 11:57:07 +02:00
clayjohn
8c02d179a5 Overhaul optimization tutorials
Co-authored-by: lawnjelly <lawnjelly@gmail.com>
2020-07-13 13:40:59 -07:00
Rémi Verschelde
80957b8581 Merge branch 'master' into 3.2 2020-06-22 13:05:41 +02:00
Secret Panda
c7f36b60a4 Fix Stack Exchange reference name in the FPS tutorial (#3697)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2020-06-15 18:56:22 +02:00
Rémi Verschelde
f3d374ebf1 Merge branch 'master' into 3.2 2020-06-05 17:15:28 +02:00
Rémi Verschelde
ce7a9a6eab Images: Remove unused images (no 'image::' or 'figure::' reference) 2020-06-05 14:43:20 +02:00
Rémi Verschelde
8f6b4a2ace Merge branch 'master' into 3.2 2020-05-27 13:45:21 +02:00
GrooveStomp
0d3919ee99 Deduplicates some text in fps_tutorial part 2
There is some duplicated text in this section.
I opted for the text that more clearly explained the code in my mind.
2020-05-21 21:46:03 -07: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
Marcel Admiraal
a865a960f7 Convert SpatialMaterial references to StandardMaterial3D. 2020-05-04 20:09:23 +01:00
Max Hilbrunner
773d71b90f Merge pull request #3482 from Calinou/add-3d-limitations-page
Add a dedicated page for 3D rendering limitations
2020-05-04 16:15:44 +02:00
Rémi Verschelde
31a288783c Merge branch 'master' into 3.2 2020-05-04 09:08:34 +02:00
Hugo Locurcio
53eedbfdd0 Mention the normal map coordinate system expected by Godot 2020-05-03 21:23:14 +02:00
Hugo Locurcio
555a68601e Add a dedicated page for 3D rendering limitations
The "3D performance and limitations" page was renamed to reflect
this change. It will specifically focus on 3D performance in the future.
2020-05-03 15:26:27 +02:00
abe
fdf4c98a69 FPS Tutorial Part 5 typo fix 2020-05-02 19:41:36 -04:00
abe
cc17b4ca09 Include how to preview animations (#3456)
* Include how to preview animations

As a Godot newbie, it wasn't very clear running through this tutorial how to actually preview animations when I got to the "scrubbing the timeline" part.

* Apply Calinou's suggestion

Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2020-04-27 16:32:57 +02:00
Rémi Verschelde
0a9fc75dc0 Merge branch 'master' into 3.2 2020-04-27 12:18:11 +02:00
Yuri Sizov
135b33b768 Replace British spelling and fix various typos 2020-04-27 12:18:52 +03:00