|
před 1 dnem | |
---|---|---|
.. | ||
player | před 3 měsíci | |
screenshots | před 3 měsíci | |
scripts | před 3 měsíci | |
shaders | před 3 měsíci | |
textures | před 3 měsíci | |
3d_sprites.tscn | před 3 měsíci | |
README.md | před 1 dnem | |
icon.webp | před 3 měsíci | |
icon.webp.import | před 3 měsíci | |
project.godot | před 3 měsíci |
3D Sprites and Animated Sprites
This project demonstrates the usage of Sprite3D and AnimatedSprite3D in 3D space.
Both Sprite3D and AnimatedSprite3D are nodes that allow 2D textures or animations to exist within a 3D world. They are particularly useful for stylized or lightweight 3D effects using traditional 2D assets.
Both types can be combined with custom shaders to simulate outlines, lighting effects, or other visual enhancements. In most scenarios, Sprite3D is used for static images or simple animations, while AnimatedSprite3D is preferred for more complex animations or when you need to manage multiple frames efficiently.
This demo includes examples of basic rotation animation and showcases how shaders can be applied to Sprite3D and AnimatedSprite3D for stylized results. The shaders demonstration also shows how to create paper-like effects, which can be useful for creating a unique visual style in most of the game.
Language: GDScript
Renderer: Forward+