Skip to content

Commit

Permalink
Update model-4-patt02.html
Browse files Browse the repository at this point in the history
  • Loading branch information
robertricht authored Aug 27, 2024
1 parent fd4b4c4 commit 608398d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model-4-patt02.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
let geometry1 = new THREE.PlaneBufferGeometry(1,1, 4,4);
let loader = new THREE.TextureLoader();
// let texture = loader.load( 'images/earth.jpg', render );
let material1 = new THREE.MeshBasicMaterial( { color: 0x0000ff, opacity: 0.51 } );
let material1 = new THREE.MeshBasicMaterial( { color: 0x0000ff, opacity: 0.5 } );
mesh1 = new THREE.Mesh( geometry1, material1 );
mesh1.rotation.x = -Math.PI/2;
markerRoot1.add( mesh1 );
Expand Down

0 comments on commit 608398d

Please sign in to comment.