This repository contains some of the lighting effects implemented for the Unity Adam demo: volumetric fog, area lights and tube lights. Area light with shadows. Two tube lights with some locally ...
// We embed our own OpenGL loader to not require user to provide their own or to have to use ours, // which proved to be endless problems for users. // Our loader is custom-generated, based on gl3w ...