WOrky sorta

This commit is contained in:
2018-01-04 16:41:30 -06:00
parent 3942097c6c
commit bf7a1b48db
3 changed files with 40 additions and 57 deletions

View File

@@ -10,7 +10,7 @@ class IMICFPS
# super(Gosu.screen_width, Gosu.screen_height, true)
$window = self
@model = Wavefront::Model.new("objects/cube.obj")
# @model = Object.new("objects/sponza.obj")
# @model = Wavefront::Model.new("objects/sponza.obj")
@camera = Wavefront::Model::Vertex.new(0,-1,0)
@camera_target = Wavefront::Model::Vertex.new(0,-1,0)
@speed = 0.05