Jump to content

Reflection brightness and clearness


yanyufish
 Share

Recommended Posts

Yo @yanyufish Thanks for moving to forum.

First off, your will NEVER going to match the Unity Scene EXACTLY. They have totally different pipelines. You will NEVER get any type the PRECOMPUTED lighting from Unity, You will NEVER get any of the Forward Rendering features including Specular Highlighting.

With that being said, I put plenty of "SCALING" features on the Scene Controller Lighting Section, Light Scale Component and Standard Materials Panels to help tweak the scene to get it to look the BEST YOU CAN.

Second, Unity illuminosity ... Things are just a bit different BabylonJS... What a value of 1 for intensity is NOT produce quite the same light. So you have to scale various properties to get the effect you want.

Finally, The BabylonJS Physical Based Renderer is a bit different from the unity (or they extract away that level from us). I have know what of telling what EXACT values represent the various LIGHTING MODES you may have unity in (Skybox, Reflections, HDR, etc) that contribute to the final lighting.

To SCALE an TWEAK thing like the brightness and clarity your talking about PBR then... That stuff is controlled with properties like:

cameraContrast

cameraExposure

and

environmentIntensity ---> Try cranking this up to like 2.0 or 2.5 to brighting the reflection

ANY Standard Shader Material in the tool have Babylon Rendering Options you can set:

 

895138444_ScreenShot2018-07-03at10_38_40PM.thumb.png.d369244c9244f325a45e0a0c6ed8fec5.png

 

Any material NOT using the stadard material (so no Babylon Render Options available) it will use the Default Shader Options from the the scene controller (so make sure you have a scene controller game object in your scene)

 

70349184_ScreenShot2018-07-03at10_39_56PM.png.78687d64cdd4337ee9284cdfb9d9da24.png

 

Plus the Light Scale Component you can attach to lights to scale the light value for the resulted babylon scene (and NOT scale the unity light more that it already is)

 

865145742_ScreenShot2018-07-03at10_44_11PM.png.1a6d3f4f02f73182b6e2e789904705f5.png

 

Hope that helps you TWEAK OUT your scene a bit :)

 

 

 

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...