Add support for moving shadow-casting lights
This commit is contained in:
committed by
Jérôme Leclercq
parent
a5d4b8f28d
commit
3623f4ccc4
@@ -86,6 +86,7 @@ namespace Nz
|
||||
UInt32 renderMask;
|
||||
|
||||
NazaraSlot(Light, OnLightDataInvalided, onLightInvalidated);
|
||||
NazaraSlot(Light, OnLightTransformInvalided, onLightTransformInvalidated);
|
||||
NazaraSlot(Light, OnLightShadowCastingChanged, onLightShadowCastingChanged);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user