MCPcopy 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
39Float3 ToFloat3(const ofbx::Vec3& v)
40{
41 return Float3((float)v.x, (float)v.y, (float)v.z);
42}
43
44Color ToColor(const ofbx::Vec4& v)
45{

Callers 2

TriangulateFunction · 0.70
ProcessMeshFunction · 0.70

Calls 1

Float3Class · 0.85

Tested by

no test coverage detected