Camera almost done, maybe.

This commit is contained in:
2018-03-23 15:59:55 -05:00
parent 134099c2b1
commit 468600c1b4
3 changed files with 10 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ class IMICFPS
@text = "Hello There"
Light.new(x: 3, y: -6, z: 6)
Light.new(x: 0, y: -100, z: 0, diffuse: Color.new(1.0, 0.5, 0.1))
Light.new(x: 0, y: 100, z: 0, diffuse: Color.new(1.0, 0.5, 0.1))
end
def draw