Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void 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_unbox
Function · 0.80
lua_save_data_push_sjson_object
Function · 0.80
load_api
Function · 0.80
Calls
3
device
Function · 0.85
next_matrix4x4
Method · 0.80
lua_pushlightuserdata
Function · 0.50
Tested by
no test coverage detected