Models::Shape
Inherits Reference < Object
Constructors
new(name : String, faces : Array(Array(Models::Vertex)), material : Nil | Models::Material, subshapes : Array(Models::Shape))
SourceInstance methods
faces
Sourcefaces=(faces : Array(Face))
Sourcematerial
Sourcematerial=(material : Material | Nil)
Sourcename
Sourcename=(name : String)
Sourcesubshapes
Sourcesubshapes=(subshapes : Array(Shape))
Source