overlay glasses
This commit is contained in:
@@ -8,7 +8,6 @@ local module = device['plethora:kinetic'] or error('Missing kinetic')
|
||||
local Kinetic = Util.shallowCopy(module)
|
||||
|
||||
function Kinetic.lookAt(pt)
|
||||
--local x = pt.x < 0 and pt.x + .5 or pt.x - .5
|
||||
local yaw, pitch = Angle.towards(pt.x, pt.y, pt.z)
|
||||
return Kinetic.look(yaw, pitch)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user