[Save $600 !! ✅]Global Illumination Proxy-Fast fully real time GI,Zero baking,Mobile optimized,IBL

Demo is up !!!

Please let me know what you think of it :slight_smile:

It has 3 modes (sun light, spot flashlight and point light).

The hero can move around and the point light can be grabbed and dragged around.

Global Illumination Proxy Demo - Atrium
https://dl.dropboxusercontent.com/u/79230236/RADIOSITY/ATRIUM_DEMO/GI_PROXY_ATRIUM_DEMO.html

Actually looks pretty nice!

How about faking skylighting? :smile: ( I feel like I ask this in every realtime GI thread hehe)

Cheers man and keep it up!

-Steven

Thanks :slight_smile:

The skylighting would be trivial with my system :), very nice idea. The only issue is the method of sampling the sky. After that i will probably lerp the colors of the bounce surface and sky sampled color. I will add it in later versions, since this would delay the release.

If the sky is a texture mapped dome should be very easy to implement. For cubemaps i cant tell, but should be doable too i guess.

Also i have started working on area lights a bit, this will also be a later release.

Here are also two early demos for Android

https://dl.dropboxusercontent.com/u/79230236/MOBILE/GI_PROXY_DEMO1.apk
https://dl.dropboxusercontent.com/u/79230236/MOBILE/GIH1_PROXY_DEMO1.apk

More will come later, that will use the latest version of the system and will have further optimizations, plus will cover more situations and uses

1 Like

Very nice.

The 2 demos run faster then the previous ones.

As I told you before I am interested mainly for mobile performance.

Have you put a parameter to update the lights every x frames?

Nice :), glad they run so well

I have also included the option to update the lights and raycasts every x seconds, to squeeze that extra performance.

Now i am working on the extra touches and some more demos

2 Likes

I have now combined the scene with Crytek’s public domain attrium assets.

The curtain effect :slight_smile:

Also good news, the Crytek atrium is public domain, so i will include the demo scene in the pack :slight_smile:

UPDATE:

Many new options have been added in the demos, like procedural, dynamic and animated objects showcase and more. The atrium scene will also be included, since i remade it using the public domain assets from Crytek version of the atrium.

The documentation is almost done.

Hopefully the asset will be submitted at the store tomorrow, after some code clean up.

1 Like


Here is a couple of pics from the final demo version, i have also added a white version of the attrium to better evaluate the light colors and also added a toggle between two quality settings.

UPDATE:

The pack will be submitted today, as long as i can find how to add the videos in the image area :slight_smile:

New demo links coming as well today

The initial price will be 50% off for a limited time (at 25$) and then will go to 50$.

Box shot - main

Box shot - icon

The pack has been submitted and pending review. Will be available soon.

Here are the final demos

Crytek Atrium demo:
https://dl.dropboxusercontent.com/u/79230236/RADIOSITY/FINALDEMOS/ATRIUM_GI_PROXY/ATRIUM_WEB.html

Room demo:
https://dl.dropboxusercontent.com/u/79230236/RADIOSITY/FINALDEMOS/ROOM_GI_PROXY/MOBILE_WEB.html

Enjoy :slight_smile:

Well done!

I will buy it when it hits the store and get back to you with performance reports and screenshots.

Thanks, that would be great :slight_smile:

I have also prepared and inlcuded prefabs for quick deployment of the 3 basic light sources with GI, besides the implementations in the demo scenes.

Hopefully the review wont take long.

Congratulations on the release, will be getting this for sure.

Great, thanks :), cant wait to see comments and suggestions for improvements.

Looks interesting. What limitations and pitfalls does this have in comparison to a ‘real’ GI solution? There must be some downsides to it otherwise everyone would be using this method and not trying to develop GI solutions like Enlighten.

EDIT: Just tried out the room demo and it’s quite cool, however the light changes colour too suddenly. It looks like you’re sampling the surface colour of the material hit by a raycast sent from the centre of the spotlight, and then lerping the light colour, which is a problem as it means the indirect light won’t change colour till the centre of the light is focussed on the material. What you could do to increase colour accuracy is send out 9 raycasts in a 3x3 grid, and calculate their angles based on the spotlight angle so it takes 9 colour samples. This would solve the issue above and also make the indirect colour more accurate.

For the directional and spot lights, the directionality allows a check for color change near the ray cast hits. Sun light uses a grid that is configurable by parameters.

For the point light i do an extra raycast from the light source towards registered lights and if the hit is near one of them will update them with the new color (if any).

This method does have the requirement to be adjusted in parameters to get the ammount of lights right to have a smooth result per case. The debug mode that shows the lights registered and raycasts greatly helps to get this result faster.

That is the reason i provide many ready setups and prefabs so this procedure is far easier. And imo is much better than waiting for a questionable baking for hours :), at least personally i prefer to tweak something to work in a dynamic way than rely on pre-processed staff. Plus it is never 100% guaranteed that GI wont need tweaking to get right, both for real time and baked processes.

Another thing to consider is that uses spot lights (i hope to add area lights later, hacking Unity light system, i will need Unity Pro for that though), so the spot light close to a surface may create a visible circle than the spread light GI would give. And i only do one bounce, so i dont cast from the bounced lights around to emulate other bounces, GI does more bounces. I can of course add more bounces too later with some optimization methods, so i could come even closer to true GI, with good performance.

As for the room demo, this is the mobile case where i only use 2 lights for the max performance. If i increase the resolution color can change in an even smoother way. Also i plan to add a grid for spot lights too later, this will even further smooth out results. I have the code for that ready really, since i use a grid for sun (directional) light, i just need to rotate that grid since for sun light i created it parallel to the ground :slight_smile: and some scaling considerations, i just did not include it in this release so it comes out sooner and get it perfect than half done, but is an easy to do addition soon.

I have uploaded a demo where i decreased the light color grading speed (just one parameter) to 1/8 and i get the smooth coloring. Probably i just had it too high :). Note that in this demo i have enabled the special light follow mode, which even further minimizes light creation and use for mobile case.

Room demo, slower color changing
https://dl.dropboxusercontent.com/u/79230236/RADIOSITY/FINALDEMOS/MOBILE_DEMO_SMOOTH/MOBILE_WEB_SMOOTHER.html

1 Like

August offer !!!

Buy & Review Particle Dynamic Magic (http://u3d.as/71m) & get GI Proxy for free

Lasts until Sunday

The offer is also good for those that have already bought Particle Dynamic Magic, just leave a review and i will email the pack.

Also the pack will be set at 25$ for August, half its final price.

White version, bright light

Spot light on curtain

Poing light, strong

Point light, hidden

Some more pics from the demo, without GUI

Hopefully the asset will go live soon, the submission was done in 25th of August, together with Particle Dynamic Magic v1.6.

I am not sure though how a double submission is handled, maybe it is 6 days for each submission, so in worse case scenario should be up sometime this week or early the next one, if all goes well in the review.
.