mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Major refactor
This commit is contained in:
9
lib/objects/skydome.rb
Normal file
9
lib/objects/skydome.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user