MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / SetTransform

Method SetTransform

src/ui/ui_renderer.cpp:569–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

567 }
568
569 void SetTransform(const Rml::Matrix4f* transform) override {
570 transform_ = transform ? *transform : Rml::Matrix4f::Identity();
571 recalculate_mvp();
572 }
573
574 void recalculate_mvp() {
575 mvp_ = projection_mtx_ * transform_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected