We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd59df6 commit cca6310Copy full SHA for cca6310
index.html
@@ -18,7 +18,8 @@
18
"three": "https://unpkg.com/three/build/three.module.js",
19
"pyramid": "https://beakerboy.github.io/Threejs-Geometries/src/PyramidGeometry.js",
20
"ramp": "https://beakerboy.github.io/Threejs-Geometries/src/RampGeometry.js",
21
- "wedge": "https://beakerboy.github.io/Threejs-Geometries/src/WedgeGeometry.js"
+ "wedge": "https://beakerboy.github.io/Threejs-Geometries/src/WedgeGeometry.js",
22
+ "hipped": "https://beakerboy.github.io/Threejs-Geometries/src/HippedGeometry.js"
23
}
24
25
</script>
0 commit comments