THREE.js
Meowshapes is built on top of THREE.js, a popular 3D library for the web. You can access the underlying THREE.js objects to have more control over your scenes.
const geometry = new THREE.BufferGeometry();
Meowshapes is built on top of THREE.js, a popular 3D library for the web. You can access the underlying THREE.js objects to have more control over your scenes.
const geometry = new THREE.BufferGeometry();