Files
i-mic-fps/lib/wavefront/material.rb
2018-03-04 13:32:19 -06:00

9 lines
115 B
Ruby

class IMICFPS
class Wavefront
class Material
def initialize(material_file)
end
end
end
end