#why my materials get darker when i move the camera or i move the entity holding the mmaterial?

5 messages · Page 1 of 1 (latest)

opal hare
#
let material = materials.add(StandardMaterial { 
            base_color: MY_RED,
            emissive: MY_RED.into(),
            unlit: true, 
            ..default() 
        });``` all my materials look like this, very simple
opal hare
#

😭

dusty vale
#

Do you have a screenshot or video of what you mean?

faint valley
#

@opal hare could it be because you are moving them away from a light source?

opal hare