Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ Set3DProjection
Method
Set3DProjection
olcPixelGameEngine.h:5565–5568 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5563
}
5564
5565
void Set3DProjection(const std::array<float, 16>& mat)
5566
{
5567
matProjection = mat;
5568
}
5569
5570
void DoGPUTask(const olc::GPUTask& task) override
5571
{
Callers
1
HW3D_Projection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected