()
| 10741 | extend(Voxel, superClass); |
| 10742 | |
| 10743 | function Voxel() { |
| 10744 | this.update = bind(this.update, this); |
| 10745 | return Voxel.__super__.constructor.apply(this, arguments); |
| 10746 | } |
| 10747 | |
| 10748 | Voxel.traits = ['node', 'buffer', 'active', 'data', 'source', 'index', 'texture', 'voxel', 'raw']; |
| 10749 |