Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | преди 9 месеца | |
---|---|---|
.. | ||
screenshots | преди 1 година | |
2d_in_3d.gd | преди 1 година | |
2d_in_3d.tscn | преди 1 година | |
README.md | преди 1 година | |
ball.png | преди 4 години | |
ball.png.import | преди 9 месеца | |
default_env.tres | преди 2 години | |
icon.webp | преди 1 година | |
icon.webp.import | преди 1 година | |
left_pallete.png | преди 4 години | |
left_pallete.png.import | преди 9 месеца | |
pong.gd | преди 2 години | |
project.godot | преди 9 месеца | |
right_pallete.png | преди 4 години | |
right_pallete.png.import | преди 9 месеца | |
separator.png | преди 4 години | |
separator.png.import | преди 9 месеца |
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.