Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ToFloat3
Function
ToFloat3
Source/Engine/Tools/ModelTool/ModelTool.OpenFBX.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
Float3 ToFloat3(const ofbx::Vec3& v)
40
{
41
return Float3((float)v.x, (float)v.y, (float)v.z);
42
}
43
44
Color ToColor(const ofbx::Vec4& v)
45
{
Callers
2
Triangulate
Function · 0.70
ProcessMesh
Function · 0.70
Calls
1
Float3
Class · 0.85
Tested by
no test coverage detected