FXAA + Fiddling

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-07-21 11:58:18 +02:00
parent b50a22f4bf
commit 53e1385cfe
10 changed files with 95 additions and 32 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
this.on_init = function()
this.speed = 0.1
this.speed = 0.01
this.angles = Vec3:new()
this.mouse_sens = 0.01
end
+1 -1
View File
@@ -5,5 +5,5 @@ end
this.on_update = function()
rotationSpeed = 0.001
this.angles.y = this.angles.y - rotationSpeed
this.eulerAngles = this.angles
-- this.eulerAngles = this.angles
end