class Models::Shape
- Models::Shape
- Reference
- Object
Defined in:
models.crConstructors
Instance Method Summary
- #faces : Array(Face)
- #faces=(faces : Array(Face))
- #material : Material | Nil
- #material=(material : Material | Nil)
- #name : String
- #name=(name : String)
- #subshapes : Array(Shape)
- #subshapes=(subshapes : Array(Shape))
Constructor Detail
def self.new(name : String, faces : Array(Array(Models::Vertex)), material : Nil | Models::Material, subshapes : Array(Models::Shape))
#