Skip to content

Commit

Permalink
Update model-4.html
Browse files Browse the repository at this point in the history
  • Loading branch information
flogrell authored Aug 30, 2024
1 parent 7441eb5 commit da0e891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
// build markerControls for skull
////////////////////////////////////

/*markerRoot2 = new THREE.Group();
markerRoot2 = new THREE.Group();
scene.add(markerRoot2);
let markerControls2 = new THREEx.ArMarkerControls(arToolkitContext, markerRoot2, {
type: 'pattern', patternUrl: "data/kanji.patt",
Expand Down Expand Up @@ -180,7 +180,7 @@
mesh3.scale.set(0.025,0.025,0.025);
markerRoot2.add(mesh3);
}, onProgress, onError );
});*/
});

///////////////////////////////////
//build marker controls for portal
Expand Down

0 comments on commit da0e891

Please sign in to comment.