MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / ConvertColor

Function ConvertColor

SampleFramework12/v1.00/Graphics/Model.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static Float3 ConvertColor(const aiColor3D& clr)
64{
65 return Float3(clr.r, clr.g, clr.b);
66}
67
68static Float4x4 ConvertMatrix(const aiMatrix4x4& mat)
69{

Callers 1

CreateWithAssimpMethod · 0.85

Calls 1

Float3Class · 0.85

Tested by

no test coverage detected