actually send inverse

This commit is contained in:
TÁNCZOS Vilmos Zsombor 2025-05-31 23:52:15 +02:00
parent fcd09c1d1d
commit 28bd6b2580

View file

@ -64,7 +64,7 @@ fn update_volu_material(
let volu_storage = MandelbulbStorage {
mesh_translation: transform.translation,
model_inverse: transform.compute_matrix(),
model_inverse: transform.compute_matrix().inverse(),
power,
iterations,
max_distance,