()
| 57426 | extend(Voxel, superClass); |
| 57427 | |
| 57428 | function Voxel() { |
| 57429 | this.update = bind(this.update, this); |
| 57430 | return Voxel.__super__.constructor.apply(this, arguments); |
| 57431 | } |
| 57432 | |
| 57433 | Voxel.traits = ['node', 'buffer', 'active', 'data', 'source', 'index', 'texture', 'voxel', 'raw']; |
| 57434 |