class

Models::Shape

Inherits Reference < Object

Constructors

new(name : String, faces : Array(Array(Models::Vertex)), material : Nil | Models::Material, subshapes : Array(Models::Shape))
Source

Instance methods

faces
Source
faces=(faces : Array(Face))
Source
material
Source
material=(material : Material | Nil)
Source
name
Source
name=(name : String)
Source
subshapes
Source
subshapes=(subshapes : Array(Shape))
Source