Skip to content
Snippets Groups Projects
Commit 9145536f authored by amandaghassaei's avatar amandaghassaei
Browse files

typo

parent 5a0f9ad7
Branches
No related tags found
No related merge requests found
...@@ -255,7 +255,7 @@ var cellMaterial = [new THREE.MeshNormalMaterial()]; ...@@ -255,7 +255,7 @@ var cellMaterial = [new THREE.MeshNormalMaterial()];
unitCellGeo.computeFaceNormals(); unitCellGeo.computeFaceNormals();
function DMATruncOctaCell(indices, scale, cellMode, partType){ function DMATruncOctaCell(indices, scale, cellMode, partType){
DMATruncCubeCell.call(this, iindices, scale, cellMode, partType); DMATruncCubeCell.call(this, indices, scale, cellMode, partType);
} }
DMATruncOctaCell.prototype = Object.create(DMATruncCubeCell.prototype); DMATruncOctaCell.prototype = Object.create(DMATruncCubeCell.prototype);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment