Skip to content
Snippets Groups Projects
Commit 2458aa3c authored by entuland's avatar entuland
Browse files

Converted to use a separated [matrix] mod wrapping the lua-matrix library

parent 7daaf6f1
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,12 @@ If you like my contributions you may consider reading http://entuland.com/en/sup
WIP MOD forum thread: https://forum.minetest.net/viewtopic.php?f=9&t=20321
# Dependencies
A thin wrapper around a very useful library to deal with Matrices:
[matrix] https://github.com/entuland/lua-matrix
# Why yet another screwdriver?
The default screwdriver included in minetest_game, as well as any other screwdriver mod I have found, operate differently depending on the node's direction and rotation. This means that any given click on a node may produce different results which you cannot predict at a glance.
......
......@@ -2,8 +2,6 @@ rhotator = {}
local mod_path = minetest.get_modpath(minetest.get_current_modname())
local matrix = dofile(mod_path .. "/lib/matrix.lua")
-- constants
local POS = {}
......
This diff is collapsed.
name = rhotator
depends = matrix
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment