shahriarlabib000 723331f814 updated README and Screenshots (#1111) | hace 3 meses | |
---|---|---|
.. | ||
screenshots | hace 3 meses | |
3d_in_2d.gd | hace 6 meses | |
3d_in_2d.tscn | hace 8 meses | |
README.md | hace 3 meses | |
icon.webp | hace 1 año | |
icon.webp.import | hace 1 año | |
project.godot | hace 3 meses | |
robot.glb | hace 3 meses | |
robot.glb.import | hace 3 meses | |
robot_3d.gd | hace 6 meses | |
robot_3d.tscn | hace 3 meses | |
robot_demo.png | hace 4 años | |
robot_demo.png.import | hace 10 meses |
A demo showing how a 3D scene can be shown within a 2D one using viewports.
Language: GDScript
Renderer: Compatibility
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/2804
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.