Global Liquidity Posted August 17, 2018 Share Posted August 17, 2018 New to this, coming over from Unity. Super impressed so far. In Unity, I've been able to get some really cool lighting using hdr emissive substances and hdr environments. This scene is lit by nothing other than the skydome and the emissive channel of the substances. To get this to work requires : 1. Linear Lighting Mode (not Gamma, in prefs) 2. HDR mode on the camera. 3. Emissive channel pushed to > 1.0 (i.e. the floor lights are probably 3.0 or so) 4. Bloom enabled in the Cinematic Post FX stack. (Or would work similarly with any HDR aware bloom like Amplify Bloom) How can we replicate this here in b.js? Any examples out there? Quote Link to comment Share on other sites More sharing options...
Sebavan Posted August 17, 2018 Share Posted August 17, 2018 Hello and welcome to the forum !!! As long as you are relying on PBR material, the workflow in babylon is all linear. HDR is supported through HDR environment lighting and the rendering pipleines where all the intermediate rendering will be done on an hdr render targets. Emissive in Babylon is not considered as lights but relying on bloom post process like you described should be similar to your rendering: https://playground.babylonjs.com/#1RJPNT Quote Link to comment Share on other sites More sharing options...
Global Liquidity Posted August 17, 2018 Author Share Posted August 17, 2018 Hey thanks! Great example. Man, that playground is so cool. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.