shader-park-website icon indicating copy to clipboard operation
shader-park-website copied to clipboard

A virtual 3D sculpture park

Results 29 shader-park-website issues
Sort by recently updated
recently updated
newest added
trafficstars

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

v0.1
JS API

enhancement
UI & UX
feature
database

Put a simple page or card somewhere with this information. (maybe upon first time visiting?)

v0.1
UI & UX