naev 0.12.6
ShaderLight Struct Reference

Simple point light model for shaders. More...

Data Fields

GLuint Hshadow
GLuint sun
GLuint position
GLuint colour
GLuint intensity
GLuint shadowmap_tex

Detailed Description

Simple point light model for shaders.

Definition at line 51 of file gltf.c.

Field Documentation

◆ colour

GLuint ShaderLight::colour

Definition at line 55 of file gltf.c.

◆ Hshadow

GLuint ShaderLight::Hshadow

Definition at line 52 of file gltf.c.

◆ intensity

GLuint ShaderLight::intensity

Definition at line 56 of file gltf.c.

◆ position

GLuint ShaderLight::position

Definition at line 54 of file gltf.c.

◆ shadowmap_tex

GLuint ShaderLight::shadowmap_tex

Definition at line 57 of file gltf.c.

◆ sun

GLuint ShaderLight::sun

Definition at line 53 of file gltf.c.


The documentation for this struct was generated from the following file: