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

Method SetTransform

extensions/olcPGEX_Graphics3D.h:996–999  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

994 }
995
996 void GFX3D::PipeLine::SetTransform(olc::GFX3D::mat4x4 &transform)
997 {
998 matWorld = transform;
999 }
1000
1001 void GFX3D::PipeLine::SetTexture(olc::Sprite *texture)
1002 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected