| 89 | #endif // if CROWN_DEBUG |
| 90 | |
| 91 | void LuaStack::push_vector3(const Vector3 &v) |
| 92 | { |
| 93 | lua_pushlightuserdata(L, device()->_lua_environment->next_vector3(v)); |
| 94 | } |
| 95 | |
| 96 | void LuaStack::push_quaternion(const Quaternion &q) |
| 97 | { |
no test coverage detected