MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / Voxel

Function Voxel

MathBox/mathbox-core.js:10743–10746  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

bindFunction · 0.70

Tested by

no test coverage detected