MCPcopy Create free account
hub / github.com/crownengine/crown / push_matrix4x4

Method push_matrix4x4

src/lua/lua_stack.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void LuaStack::push_matrix4x4(const Matrix4x4 &m)
102{
103 lua_pushlightuserdata(L, device()->_lua_environment->next_matrix4x4(m));
104}
105
106} // namespace crown

Callers 3

matrix4x4box_unboxFunction · 0.80
load_apiFunction · 0.80

Calls 3

deviceFunction · 0.85
next_matrix4x4Method · 0.80
lua_pushlightuserdataFunction · 0.50

Tested by

no test coverage detected