| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected