polyuworld-addon-chemistry-lab
1.0.6 • Public • Published polyuworld-addon-chemistry-lab
// Ground
const plane = new THREE.Mesh(
new THREE.PlaneGeometry( 40, 40 ),
new THREE.MeshPhongMaterial( { color: 0xcbcbcb, specular: 0x474747 } )
);
plane.rotation.x = - Math.PI / 2;
plane.position.y = - 0.5;
scene.add( plane );
plane.receiveShadow = true;
scene.add( new THREE.HemisphereLight( 0x8d7c7c, 0x494966, 3 ) );
Package Sidebar
Install
npm i polyuworld-addon-chemistry-lab
Weekly Downloads