Browse Source

Travis CI: API documentation update at 2014-06-20 23:21:27 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
57fbb5f827
3 changed files with 6 additions and 0 deletions
  1. 2 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 2 0
      Docs/ScriptAPI.dox

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -9331,6 +9331,7 @@ class Terrain
 {
 {
 // Methods:
 // Methods:
 void ApplyAttributes();
 void ApplyAttributes();
+void ApplyHeightMap();
 void DrawDebugGeometry(DebugRenderer, bool);
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttribute(const String&) const;
 ValueAnimation GetAttributeAnimation(const String&) const;
 ValueAnimation GetAttributeAnimation(const String&) const;
@@ -9355,6 +9356,7 @@ bool SetAttribute(const String&, const Variant&);
 void SetAttributeAnimation(const String&, ValueAnimation, WrapMode = WM_LOOP, float = 1.0f);
 void SetAttributeAnimation(const String&, ValueAnimation, WrapMode = WM_LOOP, float = 1.0f);
 void SetAttributeAnimationSpeed(const String&, float);
 void SetAttributeAnimationSpeed(const String&, float);
 void SetAttributeAnimationWrapMode(const String&, WrapMode);
 void SetAttributeAnimationWrapMode(const String&, WrapMode);
+IntVector2 WorldToHeightMap(const Vector3&) const;
 
 
 // Properties:
 // Properties:
 bool animationEnabled;
 bool animationEnabled;

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -4846,6 +4846,7 @@ Methods:
 - void SetCastShadows(bool enable)
 - void SetCastShadows(bool enable)
 - void SetOccluder(bool enable)
 - void SetOccluder(bool enable)
 - void SetOccludee(bool enable)
 - void SetOccludee(bool enable)
+- void ApplyHeightMap()
 - int GetPatchSize() const
 - int GetPatchSize() const
 - const Vector3& GetSpacing() const
 - const Vector3& GetSpacing() const
 - const IntVector2& GetNumVertices() const
 - const IntVector2& GetNumVertices() const
@@ -4857,6 +4858,7 @@ Methods:
 - TerrainPatch* GetPatch(int x, int z) const
 - TerrainPatch* GetPatch(int x, int z) const
 - float GetHeight(const Vector3& worldPosition) const
 - float GetHeight(const Vector3& worldPosition) const
 - Vector3 GetNormal(const Vector3& worldPosition) const
 - Vector3 GetNormal(const Vector3& worldPosition) const
+- IntVector2 WorldToHeightMap(const Vector3& worldPosition) const
 - SharedArrayPtr<float> GetHeightData() const
 - SharedArrayPtr<float> GetHeightData() const
 - float GetDrawDistance() const
 - float GetDrawDistance() const
 - float GetShadowDistance() const
 - float GetShadowDistance() const

+ 2 - 0
Docs/ScriptAPI.dox

@@ -9886,6 +9886,7 @@ Properties:
 Methods:
 Methods:
 
 
 - void ApplyAttributes()
 - void ApplyAttributes()
+- void ApplyHeightMap()
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttribute(const String&) const
 - ValueAnimation@ GetAttributeAnimation(const String&) const
 - ValueAnimation@ GetAttributeAnimation(const String&) const
@@ -9910,6 +9911,7 @@ Methods:
 - void SetAttributeAnimation(const String&, ValueAnimation@, WrapMode = WM_LOOP, float = 1.0f)
 - void SetAttributeAnimation(const String&, ValueAnimation@, WrapMode = WM_LOOP, float = 1.0f)
 - void SetAttributeAnimationSpeed(const String&, float)
 - void SetAttributeAnimationSpeed(const String&, float)
 - void SetAttributeAnimationWrapMode(const String&, WrapMode)
 - void SetAttributeAnimationWrapMode(const String&, WrapMode)
+- IntVector2 WorldToHeightMap(const Vector3&) const
 
 
 Properties:
 Properties: