|
@@ -3572,6 +3572,8 @@ Methods:
|
|
|
- void delete()
|
|
- void delete()
|
|
|
- Model* Clone(const String cloneName = String::EMPTY) const
|
|
- Model* Clone(const String cloneName = String::EMPTY) const
|
|
|
- void SetBoundingBox(const BoundingBox& box)
|
|
- 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)
|
|
- void SetNumGeometries(unsigned num)
|
|
|
- bool SetNumGeometryLodLevels(unsigned index, unsigned num)
|
|
- bool SetNumGeometryLodLevels(unsigned index, unsigned num)
|
|
|
- bool SetGeometry(unsigned index, unsigned lodLevel, Geometry* geometry)
|
|
- bool SetGeometry(unsigned index, unsigned lodLevel, Geometry* geometry)
|