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

Function IsMeshInvalid

Source/Engine/Tools/ModelTool/ModelTool.OpenFBX.cpp:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463bool IsMeshInvalid(const ofbx::Mesh* aMesh)
464{
465 return aMesh->getGeometryData().getPositions().count == 0;
466}
467
468bool ImportBones(OpenFbxImporterData& data, String& errorMsg)
469{

Callers 2

ImportBonesFunction · 0.70
ImportMeshFunction · 0.70

Calls 1

getPositionsMethod · 0.80

Tested by

no test coverage detected