• Hey, guest user. Hope you're enjoying NeoGAF! Have you considered registering for an account? Come join us and add your take to the daily discourse.

Fable Legends screenshots showing Lionhead's new Global Illumination system for UE4

Coral Griffon

Lionhead, Game Director
Resurrecting this post because we asked our graphics programmer to say something about this topic, and he did:

http://www.lionhead.com/blog/2014/april/17/dynamic-global-illumination-in-fable-legends/

Chest.jpg


Arch.jpg


Since Epic released the full Unreal Engine 4 source to subscribers, we've had a number of questions about our dynamic global illumination tech, which Epic recently integrated into UE4. We wanted to take the opportunity to talk about why we developed this technology and how we're using it to make Fable Legends look amazing.

We made a decision early on to have fully dynamic lighting in our game. We think this is important for a number of reasons: It allows dynamic time of day, which adds variation to our world; it massively improves iteration times for artists; and it supports dynamic objects both reflecting and receiving light. Dynamic GI can also give higher quality results than baked lighting in some cases, for example, reflections, where lighting needs to take into account the view position.

Dynamic direct lighting has been around in games for a number of years, but dynamic indirect lighting (i.e bounce lighting or global illumination) – i.e. light bouncing off objects in the scene onto other objects - is a much harder problem to solve, so generally it either isn't computed dynamically, or a very simple representation is used (e.g. a single hemispherical light for the sky).

Unreal Engine 4 has an excellent deferred renderer, which supports physically-based materials and can support large numbers of lights efficiently. We did some work optimising UE4’s cascaded shadow maps (which Epic also integrated into Unreal), but the missing piece of the puzzle for us was dynamic indirect lighting.

Epic has previously researched a real-time GI method called SVOGI with promising results, but it was never quite fast enough. Of all the papers on the subject, Crytek's Light Propagation Volumes seemed like the best solution for our game. It was fast, scalable and could also support reflections and secondary occlusion. However, this method was a DirectX 9 implementation, and we felt we could do even better with modern DirectX 11-class hardware and the power of compute shaders.

We developed an implementation of Light Propagation Volumes, specifically targeted at modern GPUs (such as the one in Xbox One). Our method supports 2nd-Order Spherical Harmonics, which gives better directionality than the original method. We use compute shaders to generate a high quality voxel representation of the scene's geometry, which we use to provide secondary occlusion and multiple light bounces.

*more at link*
 

see5harp

Member
Damn sweet. I'm a little confused how UE4, source code, and third parties works. Does a Lionhead solution for GI getting implemented into UE4 mean that other devs now have access to that. Is it like Unity where the devs would have to pay Lionhead for use of that tech?
 
Damn sweet. I'm a little confused how UE4, source code, and third parties works. Does a Lionhead solution for GI getting implemented into UE4 mean that other devs now have access to that. Is it like Unity where the devs would have to pay Lionhead for use of that tech?

It is a part of UE4 now, meaning anyone with access to UE4 can use it.
 

Vitor711

Member
Looks.... okay.

Guessing the game will be art style over tech though, just like every Fable so far (minus the original).
 

see5harp

Member
It is a part of UE4 now, meaning anyone with access to UE4 can use it.

That seems pretty awesome to me.

I really hope Fable Legends is more than what I assume it is. Something like Fable 2 with a huge open world and a day/night cycle would be pretty sweet looking with this new engine.
 

Bessy67

Member
Looks great, but I still want a normal Fable 4. I don't like how the game is shaping to be online only.

I didn't think they had confirmed online only yet. Last I heard you could play solo with the 3 other heroes and the villain controlled by AI, and they hadn't made a final decision on whether it would require an internet connection.
 

rrc1594

Member
Looks amazing, it's just too bad I'm not sold on the whole Fable Legends concept.

I know I just want a good Fable 4, but isn't their rumor that they are working on Fable MMO. I know LionHead is working on another game. Is Fable's Lore good enough for an MMO
 

Nugg

Member
The light looks great, but everything else looks bland. I already see the trolls going nuts with unflattering close ups.
 
Top Bottom