Bläddra i källkod
Changed the math library from Math (custom made) to GLM and amended all the codebase to use the new math library
Added the changed variable tracking in SpatialDataManager and reduced the amount of information stored for parent and world space data
Added ways to calculate only the necessary spatial data based on tracked changed in SpatialDataManager
Added a new function for creating a Model transform matrix
Added conversion from camera transform matrix to View matrix, which allows the camera object to store a regular Model matrix
Added more functions and usertypes to LuaScript
Added camera movement control from a Lua script
Set the dependency include folder to be the same across different platform and configuration builds