shader-park-website
shader-park-website copied to clipboard
A virtual 3D sculpture park
https://github.com/mrdoob/three.js/issues/16321
let sp = createShape( () => { sphere(0.1); displace(0.2,0.0,0.0); sphere(0.1); }); exportShape("bollas", sp); ////// some other sculpture entirely /////// let sp = importShape("bollas"); sp();
This can wait until we know what all functions and built-in variables we make available
Put a simple page or card somewhere with this information. (maybe upon first time visiting?)