BGE: Finally adding support for additive layer blending.

Currently this is only for the Python API. The logic brick will be updated in a future commit.
This commit is contained in:
Mitchell Stokes
2013-08-14 23:31:49 +00:00
parent c8f75fb5b1
commit 9afae77fed
11 changed files with 77 additions and 37 deletions

View File

@@ -1114,6 +1114,19 @@ See :class:`bge.types.KX_GameObject.playAction`
:value: 2
.. _gameobject-playaction-blend:
.. data:: KX_ACTION_BLEND_BLEND
Blend layers using linear interpolation
:value: 0
.. data:: KX_ACTION_BLEND_ADD
Adds the layers together
:value: 1
-------------
Mouse Buttons