Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
static Float3 ConvertColor(const aiColor3D& clr)
64
{
65
return Float3(clr.r, clr.g, clr.b);
66
}
67
68
static Float4x4 ConvertMatrix(const aiMatrix4x4& mat)
69
{
Callers
1
CreateWithAssimp
Method · 0.85
Calls
1
Float3
Class · 0.85
Tested by
no test coverage detected