Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

animations #478

Open
XavierH622 opened this issue Jan 4, 2023 · 1 comment
Open

animations #478

XavierH622 opened this issue Jan 4, 2023 · 1 comment

Comments

@XavierH622
Copy link

could you add the ability to animate tile textures and tile models
so that water voxels flow and chest voxels open/close (like in minecraft)

@MGilleronFJ
Copy link

MGilleronFJ commented Jan 4, 2023

Animating textures is not a voxel feature. It is a material feature, which you can animate with UV properties, or using AnimatedTexture, or using a shader.

Chests are not voxels, they are entities, they would be done with regular nodes. Similar with blocks like pistons, they get replaced with an entity while they animate. Their "voxel" versions are static and only represent idle states.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants