Toggle navigation
Polycount
News
Forums
Patreon
Challenges
Quarterly Character Art Challenge
Bi-Monthly Environment Art Challenge
Wiki
Moar
Recent
Activity
Badges
Drafts
Store
Sign In
·
Register
Author:
ziwuxin
Home
›
Unity
Best way to cast shadows on reflective floor
Justo
polycounter
Offline /
Send Message
Justo
polycounter
Sep 2015
Any lighting/shader people out there who could chime in? I'd love to bake shadows on a very reflective floor (image using the water shader since I think that's the cheapest non-SSR solution to reflections so far). How can this be done?
0
·
Share on Facebook
Share on Twitter
Replies
Offline /
Send Message
Eric Chadwick
admin
Sep 2015
You need a shader with a diffuse or albedo component.
Or else you can create a shader which uses the lightmap as an input, and does whatever you want with it (multiply with the reflection?).
Shader Forge
is the easiest way to do this.
0
·
Share on Facebook
Share on Twitter
Sign In
or
Register
to comment.
Replies
Or else you can create a shader which uses the lightmap as an input, and does whatever you want with it (multiply with the reflection?).
Shader Forge is the easiest way to do this.