polyuworld-addon-chemistry-lab

1.0.6 • Public • Published

polyuworld-addon-chemistry-lab

Terrain


    // 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 ) );

Readme

Keywords

Package Sidebar

Install

npm i polyuworld-addon-chemistry-lab

Weekly Downloads

1

Version

1.0.6

License

MPL-2.0

Unpacked Size

84.1 kB

Total Files

16

Last publish

Collaborators

  • polyuice