Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) hai 8 meses
..
screenshots 2c2c89e040 Improve 2D in 3D demo (#814) hai 1 ano
2d_in_3d.gd 2c2c89e040 Improve 2D in 3D demo (#814) hai 1 ano
2d_in_3d.tscn 2c2c89e040 Improve 2D in 3D demo (#814) hai 1 ano
README.md 2c2c89e040 Improve 2D in 3D demo (#814) hai 1 ano
ball.png fcc7d5c723 Optimize PNG images using oxipng %!s(int64=4) %!d(string=hai) anos
ball.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) hai 8 meses
default_env.tres bbe50fc9da Convert demos to Godot 4 using regular expressions in a script %!s(int64=2) %!d(string=hai) anos
icon.webp 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) hai 1 ano
icon.webp.import 63d1cd9a60 Use 128×128 WebP icons for all demos (#885) hai 1 ano
left_pallete.png fcc7d5c723 Optimize PNG images using oxipng %!s(int64=4) %!d(string=hai) anos
left_pallete.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) hai 8 meses
pong.gd cb52878006 Use StringName literals with Input methods %!s(int64=2) %!d(string=hai) anos
project.godot 2a962929f3 Update demo files for Godot 4.2.1 (#1013) hai 8 meses
right_pallete.png fcc7d5c723 Optimize PNG images using oxipng %!s(int64=4) %!d(string=hai) anos
right_pallete.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) hai 8 meses
separator.png fcc7d5c723 Optimize PNG images using oxipng %!s(int64=4) %!d(string=hai) anos
separator.png.import 2a962929f3 Update demo files for Godot 4.2.1 (#1013) hai 8 meses

README.md

2D in 3D

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

Language: GDScript

Renderer: Forward Mobile

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

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