From e60d535443824f44cd6e18280570cd066c1b3dc2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 15 Oct 2015 22:36:31 +1100 Subject: 3D View: support non-uniform scaled lamps D1378 by @youle Non-uniform scaled lamps now cast oval/rectangular shadows, viewport & BGE. --- doc/python_api/rst/gpu.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/python_api/rst/gpu.rst b/doc/python_api/rst/gpu.rst index b56523c2206..5e7486f22dd 100644 --- a/doc/python_api/rst/gpu.rst +++ b/doc/python_api/rst/gpu.rst @@ -277,6 +277,12 @@ GLSL Lamp Uniforms :type: float +.. data:: GPU_DYNAMIC_LAMP_SPOTSCALE + + Represents the SpotLamp local scale. + + :type: float2 + GLSL Sampler Uniforms ^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3