Uses of Class
de.grogra.glsl.light.LightPos
Packages that use LightPos
-
Uses of LightPos in de.grogra.glsl
Fields in de.grogra.glsl with type parameters of type LightPos -
Uses of LightPos in de.grogra.glsl.light.shadow
Methods in de.grogra.glsl.light.shadow with parameters of type LightPosModifier and TypeMethodDescriptionvoid
GLSLShadowMap.setLightTransf
(LightPos light) void
GLSLShadowPerspective.setLightTransf
(LightPos light) void
GLSLShadowCube.setupTextureMatrices
(OpenGLState glState, Matrix4d ViewToWorld, LightPos light) abstract void
GLSLShadowMap.setupTextureMatrices
(OpenGLState glState, Matrix4d ViewToWorld, LightPos light) void
GLSLShadowParallel.setupTextureMatrices
(OpenGLState glState, Matrix4d ViewToWorld, LightPos light) void
GLSLShadowPerspective.setupTextureMatrices
(OpenGLState glState, Matrix4d ViewToWorld, LightPos light)