Dynamic Lighting (h2)

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 19:10, 30 October 2014 by AFRLme (talk) (Created page with "{| class="ts" style="width:100%" |- ! style="text-align:left" | Name !! style="text-align:left;width:10%" | By |- | Dynamic Lighting (image based) || AFRLme |} This tutorial...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Name By
Dynamic Lighting (image based) AFRLme


This tutorial shows you how to create a dynamic light using static images. Dynamic light using images works by creating an image containing the lighting/glow with a transparent background. We then use random values to control the opacity & transition time between current opacity value & the target opacity value. Overall this creates a pretty neat effect.

Tutorial

...


Resources

Name Description
dynamic_lighting.zip A working .ved file, complete with resources. Check out the readme.txt file for instructions.