MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / GetCurrentWorldMatrix

Method GetCurrentWorldMatrix

include/RavEngine/Transform.hpp:82–84  ·  view source on GitHub ↗

@returns the currently stored world matrix. This is not guarenteed to be up-to-date. To update it, call Apply() */

Source from the content-addressed store, hash-verified

80 To update it, call Apply()
81 */
82 matrix4 GetCurrentWorldMatrix() {
83 return matrix;
84 }
85
86 protected:
87 Atomic<vector3> position;

Callers 1

DrawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected