Commit 49009e87 authored by Priyanka's avatar Priyanka
Browse files

Update sphere_original.html

parent dca32893
Pipeline #7846 passed with stage
in 5 seconds
...@@ -24,8 +24,7 @@ async function activateXR() { ...@@ -24,8 +24,7 @@ async function activateXR() {
const scene = new THREE.Scene(); const scene = new THREE.Scene();
// The sphere will have a different color on each side. // The sphere will have a different color on each side.
const materials = [ const materials = [new THREE.MeshLambertMaterial({color: #99d8c9}),
new THREE.MeshLambertMaterial({color: "#99d8c9"}),
//new THREE.MeshPhongMaterial({color: 0x0000ff}), //new THREE.MeshPhongMaterial({color: 0x0000ff}),
//new THREE.MeshBasicMaterial({color: 0x00ff00}), //new THREE.MeshBasicMaterial({color: 0x00ff00}),
//new THREE.MeshBasicMaterial({color: 0xff00ff}), //new THREE.MeshBasicMaterial({color: 0xff00ff}),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment