Home
last modified time | relevance | path

Searched defs:morphRangeStarts (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Samples/34_DynamicGeometry/
H A DDynamicGeometry.cpp252 PODVector<unsigned> morphRangeStarts; in CreateScene() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DModel.cpp493 …ffers(const Vector<SharedPtr<VertexBuffer> >& buffers, const PODVector<unsigned>& morphRangeStarts, in SetVertexBuffers()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/AngelScript/
H A DGraphicsAPI.cpp976 static bool ModelSetVertexBuffers(CScriptArray* vertexBuffers, CScriptArray* morphRangeStarts, CScr… in ModelSetVertexBuffers()