- Home /
Question by
DenizCetinalp · Aug 14, 2016 at 05:54 PM ·
unity 5shadercubemapsurface shaderreflections
Control cubemap reflection amount from metallic and smoothness properties
I have a custom surface shader, and I want to use the reflections from the reflection probe. In the default standard shader, the reflection amount is controlled by the "Metallic" and "Smoothness" properties. How can I recreate that effect?
Right now im just using the "Smoothness" to lerp between the albedo and cubemap color, but that obviously is incorrect.
Comment
Your answer
Follow this Question
Related Questions
Cube map refection stays the same when car moves 0 Answers
Splat Map shader no longer working in Unity 5 1 Answer
Simple cartoon water shader shoreline 1 Answer
Transparent shadow in surface shader 0 Answers
Unlit terrain shader 0 Answers