Browse Source

Travis CI: API documentation update at 2017-07-20 10:03:25 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/f916c02a4e79f6860a9f5318634ecae6ae9c2aca

Message: Fixed HeightMapToWorld contributed by Lumak. Closes #2030.

urho3d-travis-ci 8 years ago
parent
commit
2d435b3d57
4 changed files with 4 additions and 1 deletions
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -12407,6 +12407,7 @@ Vector3 GetNormal(const Vector3&) const;
 TerrainPatch GetPatch(int, int) const;
 bool HasSubscribedToEvent(Object, const String&);
 bool HasSubscribedToEvent(const String&);
+Vector3 HeightMapToWorld(const IntVector2&) const;
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
 bool LoadJSON(const JSONValue&, bool = false);

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -6463,6 +6463,7 @@ Methods:
 - float GetHeight(const Vector3& worldPosition) const
 - Vector3 GetNormal(const Vector3& worldPosition) const
 - IntVector2 WorldToHeightMap(const Vector3& worldPosition) const
+- Vector3 HeightMapToWorld(const IntVector2& pixelPosition) const
 - SharedArrayPtr<float> GetHeightData() const
 - float GetDrawDistance() const
 - float GetShadowDistance() const

+ 1 - 0
Docs/ScriptAPI.dox

@@ -13480,6 +13480,7 @@ Methods:
 - TerrainPatch@ GetPatch(int, int) const
 - bool HasSubscribedToEvent(Object@, const String&)
 - bool HasSubscribedToEvent(const String&)
+- Vector3 HeightMapToWorld(const IntVector2&) const
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
 - bool LoadJSON(const JSONValue&, bool = false)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.77
+0.1.78