4 releases (2 breaking)
new 0.2.0 | Jan 12, 2025 |
---|---|
0.1.0 | Jul 21, 2024 |
0.0.2 | Apr 6, 2024 |
0.0.1 | Nov 13, 2023 |
#494 in Game dev
125 downloads per month
39KB
68 lines
Fake interior texture for Bevy
Based off the Godot shader from here: https://github.com/OBKF/Fake-Interior-Shader-for-GodotEngine The example textures are also from that repo.
Versions
- Bevy 0.15:
bevy_fake_interior = "0.2"
- Bevy 0.14:
bevy_fake_interior = "0.1"
- Bevy 0.13:
bevy_fake_interior = "0.0.2"
- Bevy 0.12:
bevy_fake_interior = "0.0.1"
lib.rs
:
A shader and a material that uses it.
Dependencies
~40–73MB
~1.5M SLoC