GetMouseOffset and GetMouseScale.

This commit is contained in:
jussi
2024-07-02 20:49:25 +03:00
parent fd18b5526e
commit 61c932f260
16 changed files with 121 additions and 56 deletions

View File

@@ -3,8 +3,8 @@ if table.unpack == nil then
table.unpack = unpack
end
local Vector3 = require( "vector3" )
local Matrix = require( "matrix" )
local Vector3 = Vector3 or require( "vector3" )
local Matrix = Matrix or require( "matrix" )
local Quaternion = {}
local metatable = {