Why do I keep getting two "Visibility lists disposed" Messages?

Started by AGP, August 25, 2013, 05:49:28 AM

Previous topic - Next topic

AGP

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?

EgonOlsen

That's normal. There is at least one visibility list by default without any logging.

AGP

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

EgonOlsen

Then you are creating multiple worlds. Either directly or indirectly by using the SkyBox class.

AGP