Browse Source

Travis CI: API documentation update at 2016-10-13 17:25:15 UTC.
[ci package]

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

Message: Add Lua binding for Model's SetVertexBuffer() and SetIndexBuffer().
Related to #1638.

urho3d-travis-ci 9 years ago
parent
commit
fdfbb742f5
2 changed files with 3 additions and 1 deletions
  1. 2 0
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -3572,6 +3572,8 @@ Methods:
 - void delete()
 - Model* Clone(const String cloneName = String::EMPTY) const
 - void SetBoundingBox(const BoundingBox& box)
+- bool SetVertexBuffers(const Vector<SharedPtr<VertexBuffer> >& buffers, const PODVector<unsigned>& morphRangeStarts, const PODVector<unsigned>& morphRangeCounts)
+- bool SetIndexBuffers(const Vector<SharedPtr<IndexBuffer> >& buffers)
 - void SetNumGeometries(unsigned num)
 - bool SetNumGeometryLodLevels(unsigned index, unsigned num)
 - bool SetGeometry(unsigned index, unsigned lodLevel, Geometry* geometry)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.21
+0.1.22