Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-01-25 12:25:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-25 12:26:39 +0300
commit4f8b7f44206264d38562bb92a7c73596ab7d3b6c (patch)
treefe56fd070afb67b37d3889efada45acde68003eb /doc
parentf233770ef810cd62e58ba64802a442b4421e2948 (diff)
Docs: quiet warnings in reference doc syntax
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_LightObject.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.KX_LightObject.rst b/doc/python_api/rst/bge_types/bge.types.KX_LightObject.rst
index f4d5b114372..5ba7f3b8e34 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_LightObject.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_LightObject.rst
@@ -111,12 +111,14 @@ base class --- :class:`KX_GameObject`
mat4_perspective_to_depth is a fixed matrix defined as follow:
- 0.5 0.0 0.0 0.5
- 0.0 0.5 0.0 0.5
- 0.0 0.0 0.5 0.5
- 0.0 0.0 0.0 1.0
- Note:
- There is one matrix of that type per lamp casting shadow in the scene.
+ 0.5 0.0 0.0 0.5
+ 0.0 0.5 0.0 0.5
+ 0.0 0.0 0.5 0.5
+ 0.0 0.0 0.0 1.0
+
+ .. note:
+
+ There is one matrix of that type per lamp casting shadow in the scene.
:type: Matrix4x4 (read only)