Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

How to make character look darker

  • #1, by AkcayKaraazmak 9 years ago Zitieren
    Hi guys, any ideas how to make the character look darker in dark scenes. I tried;

    outfit.OutfitLightColor= 000000
    outfit.OutfitAmbientLightColor= 010101 -- Some other variations but doesnt work

    If I give 00000 to Ambient then its whole dark :\
  • #2, by constantin 9 years ago Zitieren
    use a lightmap
  • #3, by SimonS 9 years ago Zitieren
    You can change the light color with:

    outfit.LightColor = 0x101010
    outfit.AmbientLightColor = 0x101010

    You can also change LightPosX, LightPosY, LightPosZ.
  • #4, by AkcayKaraazmak 9 years ago Zitieren
    Thank you so much Simon, I'll try it. @Constantin  I tried the lightmap but didnt get the result I want.