Advertisement

You're blocking ads, which pay for BlenderNation. Read about other ways to support us.

Rendering 500 real-time lights in the Blender Game Engine

5

Martins Upitis uses the UPBGE game engine fork for an experiment with real-time lighting, and the result is nothing short of amazing.

Martins writes:

My try implementing a deferred shading system in Blender Game Engine, made possible with UPBGE branch and custom FBOs.

This presentation shows 500 dynamic light sources. I am calculating diffuse, specular and light scattering passes.
custom buffers:

  • 32 bit position buffer
  • 16 bit normal buffer
  • 8 bit diffuse color buffer
  • combined in 32 bit composite and processed using a tonemapping operator (by John Hable of filmicgames)
  • FXAA post process antialiasing

Performance depends on screen size.

About UPBGE:

UPBGE (Uchronia Project Blender Game Engine) is a fork of Blender created by Porteries Tristan (a Blender Game Engine developer) and some of his friends in September 2015.

It's an independant branch, and its aim is to clean up and improve current BGE code, experiment with new features, and implement forgotten features that currently exist but have not been merged with the official Blender trunk.

Its development cycle spans the course of one month: 3 weeks to add new features, and 1 week to fix bugs. Then a new release is made available for download.

Regularly, the UPBGE merges the official Blender new patches, to stay up-to-date with the last Blender evolutions.

The UPBGE team is composed of volunteers; BGE users who are interested in the game engine development, a web developer, and a communication manager.

About the Author

Avatar image for Bart Veldhuizen
Bart Veldhuizen

I have a LONG history with Blender - I wrote some of the earliest Blender tutorials, worked for Not a Number and helped run the crowdfunding campaign that open sourced Blender (the first one on the internet!). I founded BlenderNation in 2006 and have been editing it every single day since then ;-) I also run the Blender Artists forum and I'm Head of Community at Sketchfab.

5 Comments

  1. Nice! Individually lit sparks, here we come!

    Any plans, or already implemented stuff, for global illumination? And have transparencies given you any problems?

Leave A Reply

To add a profile picture to your message, register your email address with Gravatar.com. To protect your email address, create an account on BlenderNation and log in when posting a message.

Advertisement

×