Author Topic: WTF is wrong with the lights?  (Read 3334 times)

RushIsland

  • Newbie
  • *
  • Posts: 12
    • View Profile
WTF is wrong with the lights?
« on: May 01, 2015, 07:20:23 AM »
Link to see the pic:http://postimg.org/image/58ann1ks3/
 

Chingwa

  • Administrator
  • Hero Member
  • *****
  • Posts: 1704
    • View Profile
    • Tanuki Digital
Re: WTF is wrong with the lights?
« Reply #1 on: May 01, 2015, 07:27:56 AM »
Hi RushIsland,

This is a bug with the atmospheric rendering and I'm working on getting a fix out asap.  In the meantime you can go to the "Tenkoku DynamicSky-->SkySphere-->fogSphere" object and disable it's renderer component.

Also you may also want to disable the built-in Unity fog, as Tenkoku doesn't currently handle color modulation for it.

All temporary, I should have these things working better together soon!

jf3000

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Re: WTF is wrong with the lights?
« Reply #2 on: May 01, 2015, 07:52:26 AM »
Just a headsup the disable also spits out an error

Code: [Select]
NullReferenceException: Object reference not set to an instance of an object
TenkokuModule.LoadObjects () (at Assets/TENKOKU - DYNAMIC SKY/SCRIPTS/TenkokuModule.js:546)
TenkokuModule.Start () (at Assets/TENKOKU - DYNAMIC SKY/SCRIPTS/TenkokuModule.js:524)

Chingwa

  • Administrator
  • Hero Member
  • *****
  • Posts: 1704
    • View Profile
    • Tanuki Digital
Re: WTF is wrong with the lights?
« Reply #3 on: May 01, 2015, 07:55:59 AM »
That's 'cause you disabled the object rather than just the renderer component  ;)

jf3000

  • Jr. Member
  • **
  • Posts: 97
    • View Profile
Re: WTF is wrong with the lights?
« Reply #4 on: May 01, 2015, 07:57:09 AM »
grrrrrr

RushIsland

  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: WTF is wrong with the lights?
« Reply #5 on: May 01, 2015, 08:06:02 AM »
thank you for your quick responding