Author Topic: Why do I keep getting two "Visibility lists disposed" Messages?  (Read 2055 times)

Offline AGP

  • quad
  • ******
  • Posts: 1726
    • View Profile
I only get them when my program closes and I never got a "creating an additional visibility list" message. I'm using neither the ShadowHelper nor the ReflectionHelper. Is something wrong?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Why do I keep getting two "Visibility lists disposed" Messages?
« Reply #1 on: August 25, 2013, 05:28:36 pm »
That's normal. There is at least one visibility list by default without any logging.

Offline AGP

  • quad
  • ******
  • Posts: 1726
    • View Profile
Re: Why do I keep getting two "Visibility lists disposed" Messages?
« Reply #2 on: August 26, 2013, 08:05:23 pm »
What about the WorldProcessors? I also get two of those:

New WorldProcessor created using 1 thread(s) and granularity of 1!
Creating new world processor buffer for thread main
New WorldProcessor created using 1 thread(s) and granularity of 1!
Creating new world processor buffer for thread main

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Why do I keep getting two "Visibility lists disposed" Messages?
« Reply #3 on: August 26, 2013, 08:36:33 pm »
Then you are creating multiple worlds. Either directly or indirectly by using the SkyBox class.

Offline AGP

  • quad
  • ******
  • Posts: 1726
    • View Profile
Re: Why do I keep getting two "Visibility lists disposed" Messages?
« Reply #4 on: August 26, 2013, 08:53:59 pm »
Oh, then it's just the SkyBox. Thanks.