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