|
|
@@ -6078,6 +6078,7 @@ Methods:
|
|
|
- void SetHeightFog(bool enable)
|
|
|
- void SetOverride(bool enable)
|
|
|
- void SetAmbientGradient(bool enable)
|
|
|
+- void SetZoneTexture(Texture* texture)
|
|
|
- const Matrix3x4& GetInverseWorldTransform() const
|
|
|
- const Color& GetAmbientColor() const
|
|
|
- const Color& GetAmbientStartColor()
|
|
|
@@ -6091,6 +6092,7 @@ Methods:
|
|
|
- bool GetHeightFog() const
|
|
|
- bool GetOverride() const
|
|
|
- bool GetAmbientGradient() const
|
|
|
+- Texture* GetZoneTexture() const
|
|
|
- bool IsInside(const Vector3& point) const
|
|
|
|
|
|
Properties:
|
|
|
@@ -6109,6 +6111,7 @@ Properties:
|
|
|
- bool heightFog
|
|
|
- bool override
|
|
|
- bool ambientGradient
|
|
|
+- Texture* zoneTexture
|
|
|
|
|
|
\section LuaScriptAPI_Enums Enumerations
|
|
|
|
|
|
@@ -6451,6 +6454,7 @@ Properties:
|
|
|
- int TU_DEPTHBUFFER
|
|
|
- int TU_LIGHTBUFFER
|
|
|
- int TU_VOLUMEMAP
|
|
|
+- int TU_ZONE
|
|
|
- int MAX_TEXTURE_UNITS
|
|
|
|
|
|
### TextureUsage
|