Jump to content

[SOLVED] Skip Shading for ObjectMeshStatic


photo

Recommended Posts

Posted

Hello,

is it possible to disable Shading on a ObjectMeshStatic. I want to use a rendered Texture on it, but it must not be shaded.

I already tried to use it as a emission texture in the material but there ist still shading applied to it.

Thanks

Posted

Thanks silent,

Material::setTransparent(2);
Material::setOverlap(1);

did the trick.

  • silent changed the title to [SOLVED] Skip Shading for ObjectMeshStatic
×
×
  • Create New...