xlgames-inc / XLE

XLE -- the "hackable" 3D game rendering engine
MIT License
336 stars 73 forks source link

A few questions. #12

Open moonshineTheleocat opened 8 years ago

moonshineTheleocat commented 8 years ago

Let me go ahead and say that I really love yall's work. I've been following it ever since I've ran into it in college. And I've been studying it's architecture to learn from it. It's definitely much simpler to read than cryengine's and unreal's, and that's in no way effecting it.

What I'd like to ask has to do with your lighting system. I've noticed that you swapped to physically based area lights. But I'm curious to how exactly you cull them against the frustum. And then cull them against your tiles in the deferred pass.

Any hints here?