| 31 | } |
| 32 | |
| 33 | bool MeshDeformationData::LoadMeshAccessor(MeshAccessor& accessor) const |
| 34 | { |
| 35 | return accessor.LoadBuffer(Type, ToSpan(VertexBuffer.Data), VertexBuffer.GetLayout()); |
| 36 | } |
| 37 | |
| 38 | void MeshDeformation::GetBounds(int32 lodIndex, int32 meshIndex, BoundingBox& bounds) const |
| 39 | { |
no test coverage detected