mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Did some reorganizing
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
class IMICFPS
|
||||
class Wavefront
|
||||
module Parser
|
||||
TextureCoordinate = Struct.new(:u, :v, :weight)
|
||||
Vertex = Struct.new(:x, :y, :z, :weight)
|
||||
Color = Struct.new(:red, :green, :blue, :alpha)
|
||||
|
||||
def parse
|
||||
lines = 0
|
||||
@file.each_line do |line|
|
||||
|
||||
Reference in New Issue
Block a user