Importance Sampled LIght export for Games

   4714   8   2
User Avatar
Member
12429 posts
Joined: July 2005
Online
Hi SideFX,

Mantra can do some good importance sampling of environment lights. Game engines cannot, thus sometimes relying on old school light domes, a la HDRShop of old. Is there a way to exploit the functions in mislighting.vfl to generate a good quality light dome? That would be handy!

Regards,
Jason
Jason Iversen, Technology Supervisor & FX Pipeline/R+D Lead @ Weta FX
also, http://www.odforce.net [www.odforce.net]
User Avatar
Member
323 posts
Joined: Jan. 2015
Online
Hi Jason,
just because i am curious…
Are light domes still being used in games?

kind regards

Olaf
User Avatar
Member
12429 posts
Joined: July 2005
Online
To be honest, I don't know if they're used in real games, per se, however we have a need for a high fidelity lighting environment for some non-game work being done in a game engine. I would think there games are lit more directly.
Jason Iversen, Technology Supervisor & FX Pipeline/R+D Lead @ Weta FX
also, http://www.odforce.net [www.odforce.net]
User Avatar
Staff
5156 posts
Joined: July 2005
Offline
If you bake out a HDR environment map and the game engine generates a mipmap out of it and does proper LOD'ing of the mipmaps in the engine, you should be able to get the same effect. That bright dot (>1.0) will blur out on lower mipmaps, making it more likely to get “hit” by a sample (ie, a cube texture lookup).
User Avatar
Member
12429 posts
Joined: July 2005
Online
Hi Mark,
twod
If you bake out a HDR environment map and the game engine generates a mipmap out of it and does proper LOD'ing of the mipmaps in the engine, you should be able to get the same effect. That bright dot (>1.0) will blur out on lower mipmaps, making it more likely to get “hit” by a sample (ie, a cube texture lookup).

The biggest issue, (I'm told) is that game engine env maps don't shadow as nicely as discrete lights. This is why we are fiddling with light domes right now.
Jason Iversen, Technology Supervisor & FX Pipeline/R+D Lead @ Weta FX
also, http://www.odforce.net [www.odforce.net]
User Avatar
Staff
3455 posts
Joined: July 2005
Offline
would lightgen help here?

http://gl.ict.usc.edu/HDRShop/lightgen/ [gl.ict.usc.edu]
Michael Goldfarb | www.odforce.net
Training Lead
SideFX
www.sidefx.com
User Avatar
Member
12429 posts
Joined: July 2005
Online
That's what we used to use back in the day as alluded to in the OP. I was hoping not to have to unearth hdrshop again, but I'll do it if I must.
Jason Iversen, Technology Supervisor & FX Pipeline/R+D Lead @ Weta FX
also, http://www.odforce.net [www.odforce.net]
User Avatar
Member
240 posts
Joined: Nov. 2012
Offline
Hey Jason!

You're correct in saying that game engines don't use environment maps for shadowing. It's only for ambient lights (and reflections) on a dynamic context. Some engines MIGHT do shadowing on light baking but I'm not 100% if Unreal and Unity do.

For that same reason we've had to do the light dome tricks quite often even in this current generation of hardware.

We don't have any tools for this (yet) but it shouldn't be too hard to do a brute force prototype with reading in an environment map on a sphere and sampling the geo to generate lights pointing to the center.

I hope I'm understanding your question correctly

Luiz
Luiz Kruel
Senior Technical Artist
SideFX
User Avatar
Member
12429 posts
Joined: July 2005
Online
Yes, you've got it. FWIW, I found an old image of HDRShop1.0.3 and the LightGen plugin and it actually worked. We got an decent increase in rendering speed over environment maps, as well as helping with shadowing. So, a win all around.
Jason Iversen, Technology Supervisor & FX Pipeline/R+D Lead @ Weta FX
also, http://www.odforce.net [www.odforce.net]
  • Quick Links