Public
Edited
Apr 17, 2024
Insert cell
Insert cell
Insert cell
THREE = {
const THREE = window.THREE = await require("three@0.99.0/build/three.min.js");
await require("three@0.99.0/examples/js/controls/OrbitControls.js").catch(() => {});
await require("three@0.99.0/examples/js/controls/TransformControls.js").catch(() => {});
await require("three@0.99.0/examples/js/controls/DragControls.js").catch(() => {});
await require("three@0.99.0/examples/js/loaders/OBJLoader.js").catch(() => {});
return THREE;
}
Insert cell
maath = import('https://unpkg.com/maath@0.10.7/dist/maath.esm.js?module')
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