Hugo Locurcio 2a962929f3 Update demo files for Godot 4.2.1 (#1013) | há 9 meses atrás | |
---|---|---|
.. | ||
screenshots | há 4 anos atrás | |
3d_in_2d.gd | há 1 ano atrás | |
3d_in_2d.tscn | há 1 ano atrás | |
README.md | há 4 anos atrás | |
icon.webp | há 1 ano atrás | |
icon.webp.import | há 1 ano atrás | |
project.godot | há 9 meses atrás | |
robot_3d.gd | há 2 anos atrás | |
robot_3d.tscn | há 2 anos atrás | |
robot_demo.png | há 4 anos atrás | |
robot_demo.png.import | há 9 meses atrás |
A demo showing how a 3D scene can be shown within a 2D one using viewports.
Language: GDScript
Renderer: GLES 2
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/128
The 3D robot 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 sprite's texture.