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