Method: Wavefront::Group#initialize
- Defined in:
- lib/wavefront/group.rb
#initialize(n) ⇒ Group
Returns a new instance of Group.
5 6 7 8 9 |
# File 'lib/wavefront/group.rb', line 5 def initialize n @name = n @triangles = [] @smoothing_groups = [] end |