This commit is contained in:
2018-03-22 21:12:21 -05:00
parent bdbb5f2e94
commit dacf05475f
6 changed files with 25 additions and 21 deletions

View File

@@ -2,8 +2,6 @@ class IMICFPS
class Skydome < GameObject
def setup
bind_model(ModelLoader.new(type: :obj, file_path: "objects/skydome.obj", game_object: self))
p model.class
# raise "Skydome scale: #{self.scale}" unless self.scale == 1
end
end
end