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

Method HW3D_Projection

olcPixelGameEngine.h:3691–3694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3689 }
3690
3691 void PixelGameEngine::HW3D_Projection(const std::array<float, 16>& m)
3692 {
3693 renderer->Set3DProjection(m);
3694 }
3695
3696 void PixelGameEngine::HW3D_EnableDepthTest(const bool bEnableDepth)
3697 {

Callers

nothing calls this directly

Calls 1

Set3DProjectionMethod · 0.45

Tested by

no test coverage detected