16 Commits

Author SHA1 Message Date
LurkerAbove
dc161765e2 Fixed incorrect C# code sample in viewports.rst 2025-07-26 12:56:28 -07:00
Shawn Hardern
83f61332d2 Add C# examples to Using Viewports documentation
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-22 20:59:23 +01:00
HolonProduction
1bc6c890b6 Update Viewports tutorial for Godot 4 (#8210)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2023-11-09 13:32:31 +01:00
AV77
0886dcd9ee Marked /tutorials/rendering/viewports.rst as outdated
Fixes: #7343
2023-05-14 03:26:54 +00:00
Jcrespo
2ec7eefc81 Update code to 4.0+ for screenshotting the viewport tutorial
The viewport tutorial:
https://docs.godotengine.org/en/latest/tutorials/rendering/viewports.html

did not work for Godot 4- as instead of get_data() from
Texture one should use get_image() from Texture2D.

Also setting a texture didn't work as documented, fixed too.
Tested by using the code on a simple scene with a sprite.

This should be backported to 4.0 branch, but not previous ones.

Fixes #7162
2023-04-23 00:40:14 +02:00
Markus Sauermann
d2a75723da Update Input Event Tutorial 2022-11-29 16:34:25 +01:00
Max Hilbrunner
99d3d0be12 Renames / fixes for Godot 4 2022-10-17 00:35:07 +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
Jiri Suchan
3370ef2ef9 fix: rename ViewportContainer to SubViewportContainer 2022-10-09 20:07:25 +09:00
Jiri Suchan
991b576e70 fix: invalid references in viewports file 2022-10-06 00:04:21 +07:00
yed podtrzitko
f4573fd49e fix: replace invalid World references with World3D/ World2D (#6256)
* fix: replace World references with World2D / World3D
2022-10-05 12:38:34 +02:00
Markus Sauermann
1e6a033a8f Update tutorials: VisualServer to RenderingServer 2022-02-09 20:20:13 +01:00
Rémi Verschelde
9a05eef561 4.0: Convert Sprite references to Sprite2D
Some screenshots will need to be updated so that the scene structures shown
in screenshot fit what the code blocks are referring to.
2021-10-06 14:29:55 +02:00
Hugo Locurcio
6babc68649 Rename documentation pages that have the same name as classref pages
This prevents confusion in search engine results.
2021-05-26 16:59:08 +02:00
Nathan Lovato
9df8c5c383 Edit content guidelines, remove typographic marks
- Removed typographic marks in the entire repo
- Removed a line about why we don't use a wiki
- Indented notes with 4 spaces
- Addressed review comments
2020-11-12 08:59:13 -06:00
Nathan Lovato
77210c1d9e Move viewport pages
Closes #4180
2020-10-06 21:18:11 -06:00