ShatteredReality b4c73f4888 Fix README links to asset library (#1078) преди 5 месеца
..
screenshots 2c2c89e040 Improve 2D in 3D demo (#814) преди 1 година
2d_in_3d.gd bac1e69164 Use static typing in all demos (#1063) преди 6 месеца
2d_in_3d.tscn bac1e69164 Use static typing in all demos (#1063) преди 6 месеца
README.md b4c73f4888 Fix README links to asset library (#1078) преди 5 месеца
ball.png fcc7d5c723 Optimize PNG images using oxipng преди 4 години
ball.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) преди 10 месеца
default_env.tres bbe50fc9da Convert demos to Godot 4 using regular expressions in a script преди 2 години
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) преди 1 година
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) преди 1 година
left_pallete.png fcc7d5c723 Optimize PNG images using oxipng преди 4 години
left_pallete.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) преди 10 месеца
pong.gd bac1e69164 Use static typing in all demos (#1063) преди 6 месеца
project.godot bac1e69164 Use static typing in all demos (#1063) преди 6 месеца
right_pallete.png fcc7d5c723 Optimize PNG images using oxipng преди 4 години
right_pallete.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) преди 10 месеца
separator.png fcc7d5c723 Optimize PNG images using oxipng преди 4 години
separator.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) преди 10 месеца

README.md

2D in 3D

A demo showing how a 2D scene can be shown within a 3D scene using viewports.

Language: GDScript

Renderer: Compatibility

Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2803

How does it work?

The Pong game is rendered to a custom Viewport node rather than the main Viewport. In the code, get_texture() is called on the Viewport to get a ViewportTexture, which is then assigned to the quad's material's albedo texture.

Screenshots

Screenshot