MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / UpdateMesh

Method UpdateMesh

Source/Engine/Graphics/Models/SkinnedMesh.cpp:265–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265bool SkinnedMesh::UpdateMesh(uint32 vertexCount, uint32 triangleCount, const VB0SkinnedElementType* vb, const int32* ib)
266{
267 PRAGMA_DISABLE_DEPRECATION_WARNINGS
268 return UpdateMesh(vertexCount, triangleCount, vb, ib, false);
269 PRAGMA_ENABLE_DEPRECATION_WARNINGS
270}
271
272bool SkinnedMesh::UpdateMesh(uint32 vertexCount, uint32 triangleCount, const VB0SkinnedElementType* vb, const uint32* ib)
273{

Callers 1

UpdateMeshFunction · 0.45

Calls 2

UpdateMeshFunction · 0.70
LoadFunction · 0.50

Tested by

no test coverage detected