Browse Source

Travis CI: API documentation update at 2014-04-20 13:10:06 UTC.
[ci package]

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

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -6468,6 +6468,7 @@ void Define(const Vector3&, const Vector3&);
 void Define(const Vector3&, const Vector3&, const Vector3&);
 void Define(const Vector4&);
 float Distance(const Vector3&) const;
+Vector3 Project(const Vector3&) const;
 Vector3 Reflect(const Vector3&) const;
 Vector4 ToVector4() const;
 void Transform(const Matrix3&);

+ 1 - 5
Docs/LuaScriptAPI.dox

@@ -3485,6 +3485,7 @@ Methods:
 - void Transform(const Matrix3& transform)
 - void Transform(const Matrix3x4& transform)
 - void Transform(const Matrix4& transform)
+- Vector3 Project(const Vector3& point) const
 - float Distance(const Vector3& point) const
 - Vector3 Reflect(const Vector3& direction) const
 - Matrix3x4 ReflectionMatrix() const
@@ -3817,14 +3818,9 @@ Methods:
 - unsigned GetNumShadowMaps(bool allViews = false) const
 - unsigned GetNumOccluders(bool allViews = false) const
 - Zone* GetDefaultZone() const
-- Light* GetQuadDirLight() const
 - Material* GetDefaultMaterial() const
 - Texture2D* GetDefaultLightRamp() const
 - Texture2D* GetDefaultLightSpot() const
-- TextureCube* GetFaceSelectCubeMap() const
-- TextureCube* GetIndirectionCubeMap() const
-- VertexBuffer* GetInstancingBuffer() const
-- const FrameInfo& GetFrameInfo()
 - void DrawDebugGeometry(bool depthTest)
 
 Properties:

+ 1 - 0
Docs/ScriptAPI.dox

@@ -7415,6 +7415,7 @@ Methods:
 - void Define(const Vector3&, const Vector3&, const Vector3&)
 - void Define(const Vector4&)
 - float Distance(const Vector3&) const
+- Vector3 Project(const Vector3&) const
 - Vector3 Reflect(const Vector3&) const
 - Vector4 ToVector4() const
 - void Transform(const Matrix3&)