Репозиторий помещен в архив 23 октября 2025. Вся функциональность доступна только для чтения.

dynamiclightmaps

Архивный
0

Описание

An OpenGL application written in C that demonstrates dynamic lightmaps.

https://joshbeam.com/articles/dynamic_lightmaps_in_opengl/

Языки

  • C98,6%
  • Makefile1,4%

Josh Beam

11 авг 2012, 22:28
README
This is an OpenGL demo featuring dynamic lightmaps,
created for an article at http://www.3ddrome.com/
It's been developed and tested on Slackware Linux.
 
To build it, just run 'make' (you may have to edit the
Makefile). This will create an executable called 'main'
that you can then run - press the space bar to toggle
lighting in the demo.
 
The code is distributed under a BSD-style license.
 
Josh Beam
http://joshbeam.com/