summaryrefslogtreecommitdiff
path: root/scripts/update.lua
blob: 906fc17283da42c988950424f2223d5aedc2bfde (plain)
1
2
3
4
5
6
return function(db, id, dt)
	local node = db:getComponent(id, "node")
	--local t = honey.glfw.GetTime()
	--node.matrix[2][4] = 2*math.sin(2*t)
	node.matrix:rotateZ(math.pi*dt)
end