Published
Edited
Dec 11, 2019
Insert cell
Insert cell
Insert cell
Insert cell
cylinder = {
const geometry = new THREE.CylinderGeometry( 5, 5, 5, 32 );
const matrix = new THREE.Matrix4();
return new THREE.Mesh(geometry, material);
}
Insert cell
material = {
return new THREE.MeshBasicMaterial( {color: 0xff0000} );
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more