Class: MagicaVoxel::Model
Overview
The Chunk type XYZI
Constant Summary
Constants inherited from Chunk
Instance Attribute Summary collapse
- #voxels ⇒ Object readonly
Instance Method Summary collapse
-
#inspect ⇒ Object
:nodoc:.
Methods inherited from Chunk
#each, header, #initialize, read
Constructor Details
This class inherits a constructor from MagicaVoxel::Chunk
Instance Attribute Details
#voxels ⇒ Object (readonly)
9 10 11 |
# File 'lib/magica_voxel/model.rb', line 9 def voxels @voxels end |
Instance Method Details
#inspect ⇒ Object
:nodoc:
14 15 16 |
# File 'lib/magica_voxel/model.rb', line 14 def inspect "#<MagicaVoxel::Model size=#{voxels.size}>" end |