MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / Set3DProjection

Function Set3DProjection

olcPixelGameEngine.h:6332–6335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6330 }
6331
6332 void Set3DProjection(const std::array<float, 16>& mat)
6333 {
6334 matProjection = mat;
6335 }
6336
6337 void DoGPUTask(const olc::GPUTask& task) override
6338 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected