Pointfile Problem...

M

me101

Guest
What does it mean if i compile my map, load the pointfile to see where any leaks are and it does this:

hammer.jpg


In case you can't tell from pic, the red line is going from the 'light_env' entity and straight through the skybox i created.

In the compile log it says:
Entity light_environment (-142.00 -155.00 434.00) leaked!
 
I'd guess that you should follow the red line, it probably traces the raycast of the light and it's subsequent bounces.
 
My guess is that if you loook in the top AND side view and not the 3D view the yellow sphere (or shown as a red box only in some entities) surrounding your light_env is exceeding the skybox boundaris. It's clearly that a part of the light_env entity is outside the skybox.

Make sure that the whole entity including yellow-sphere and red-square is sealed within the skybox. Or simply make the skybox a litle bigger.
 
Back
Top