1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:17:44 +00:00

LibGL+LibSoftGPU+3DFileViewer: Implement Specular highlighting :^)

This commit is contained in:
Jesse Buhagiar 2022-01-15 16:16:01 +11:00 committed by Idan Horowitz
parent 5bb8c14c8f
commit 865e7bbe5e
4 changed files with 35 additions and 4 deletions

View file

@ -260,6 +260,7 @@ extern "C" {
// Lighting related defines
#define GL_LIGHTING 0x0B50
#define GL_LIGHT_MODEL_LOCAL_VIEWER 0x0B51
#define GL_LIGHT_MODEL_TWO_SIDE 0x0B52
#define GL_LIGHT_MODEL_AMBIENT 0x0B53