Published
Edited
Dec 20, 2019
Insert cell
Insert cell
Insert cell
Insert cell
mesh = {
let geometry = new THREE.PlaneBufferGeometry(1, 1);
return new THREE.Mesh(
geometry,
new THREE.MeshBasicMaterial({ visible: true, 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