Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ SetProjectorMatrix
Method
SetProjectorMatrix
GTE/Graphics/ProjectedTextureEffect.cpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void ProjectedTextureEffect::SetProjectorMatrix(Matrix4x4<float> const& projectorMatrix)
54
{
55
*mProjectorMatrixConstant->Get<Matrix4x4<float>>() = projectorMatrix;
56
}
57
58
void ProjectedTextureEffect::UpdateMaterialConstant()
59
{
Callers
1
UpdateConstants
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected