shahriarlabib000 723331f814 updated README and Screenshots (#1111) | il y a 4 mois | |
---|---|---|
.. | ||
screenshots | il y a 4 mois | |
3d_in_2d.gd | il y a 6 mois | |
3d_in_2d.tscn | il y a 9 mois | |
README.md | il y a 4 mois | |
icon.webp | il y a 1 an | |
icon.webp.import | il y a 1 an | |
project.godot | il y a 4 mois | |
robot.glb | il y a 4 mois | |
robot.glb.import | il y a 4 mois | |
robot_3d.gd | il y a 6 mois | |
robot_3d.tscn | il y a 4 mois | |
robot_demo.png | il y a 4 ans | |
robot_demo.png.import | il y a 10 mois |
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.