Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
463
bool IsMeshInvalid(const ofbx::Mesh* aMesh)
464
{
465
return aMesh->getGeometryData().getPositions().count == 0;
466
}
467
468
bool ImportBones(OpenFbxImporterData& data, String& errorMsg)
469
{
Callers
2
ImportBones
Function · 0.70
ImportMesh
Function · 0.70
Calls
1
getPositions
Method · 0.80
Tested by
no test coverage detected