Mar
24
2012

The Return Of The Fake Vertex Shadow

Yay..more realtime fake shadows, using similar technique like this old fake vertex shadows test

Features:
– VertexLit shader with texture
– Linecast each vertex towards light, if we can reach light, then lets shine, otherwise stay dark..
– In the webplayer, 15 vertices are scanned per update loop, per wall object.. (it works with just 1 scan per loop also, just slower to update if objects are moving..)
– small exp2 fog added, to give some depth to the room..

Ideas:
– bounced lights? multiple lights? colored lights/shadows?
– smoother shadows, take average color from neighbour vertices?
– instead of scanning from each vertex, scan from middle of each triangle?
– optimize, if nothing has moved, dont scan..?
– semi-transparent/colored windows?
– use highres box/walls?

Webplayer:
http://unitycoder.com/upload/demos/mFakeVertexShadows2/

Download Source:
FakeVertexShadows10.unityPackage


4 Comments + Add Comment

Leave a comment to mgear

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.