Skip to content

Commit b1257ce

Browse files
authored
Update index.js
1 parent 6356208 commit b1257ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function init() {
4343
// GUI
4444
const models = {
4545
'chicken': './models/chicken.vox',
46-
}
46+
};
4747

4848
var params = {
4949
model: models["chicken"],
@@ -114,7 +114,7 @@ function init() {
114114

115115
// Voxel Loader
116116
loader = new VoxelLoader();
117-
loader.setVoxelSize(params.size)
117+
loader.setVoxelSize(params.size);
118118
loader.setLOD(params.LOD.maxPoints, params.LOD.maxDepth);
119119

120120
loader.loadFile(params.model, function (voxels) {

0 commit comments

Comments
 (0)