Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | 9 hónapja | |
---|---|---|
.. | ||
screenshots | 1 éve | |
2d_in_3d.gd | 1 éve | |
2d_in_3d.tscn | 1 éve | |
README.md | 1 éve | |
ball.png | 4 éve | |
ball.png.import | 9 hónapja | |
default_env.tres | 2 éve | |
icon.webp | 1 éve | |
icon.webp.import | 1 éve | |
left_pallete.png | 4 éve | |
left_pallete.png.import | 9 hónapja | |
pong.gd | 2 éve | |
project.godot | 9 hónapja | |
right_pallete.png | 4 éve | |
right_pallete.png.import | 9 hónapja | |
separator.png | 4 éve | |
separator.png.import | 9 hónapja |
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
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.