godot-demo-projects/viewport/2d_in_3d
Aaron Franke f9e7456b70
Add descriptions to all projects with README files
These show up in the project manager when hovering over projects.
2020-03-16 20:50:53 -04:00
..
screenshots Add README files to Viewport demos 2020-03-09 03:54:32 -04:00
2D_in_3D.gd
2D_in_3D.tscn Convert most demos to GLES 2 2020-03-04 20:59:12 -05:00
README.md Add README files to Viewport demos 2020-03-09 03:54:32 -04:00
ball.png
ball.png.import
default_env.tres
icon.png
icon.png.import
left_pallete.png
left_pallete.png.import
pong.gd
project.godot Add descriptions to all projects with README files 2020-03-16 20:50:53 -04:00
right_pallete.png
right_pallete.png.import
separator.png
separator.png.import

README.md

2D in 3D

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

Language: GDScript

Renderer: GLES 2

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