Red1C3 / omni-directional-light-example

A simple single point light shadow mapping with OpenGL 3.3 and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

omni-directional-light-example

Using OpenGL 3.3 with C++

Basically a single light map, no lighting model was used

Usage

Build the executable outside Assets folder, and run it.

Building

Using Meson, Dependencies are:

  • SFML (Window module at least)
  • Assimp
  • GLEW

License

Under MIT, check License

Made with trapped-within-cubemaps-kittens

About

A simple single point light shadow mapping with OpenGL 3.3 and C++

License:MIT License


Languages

Language:C++ 77.5%Language:GLSL 21.0%Language:Meson 1.3%Language:Shell 0.2%