
How do I create a Dodecahedron with PolyhedronGeometry?
I am currently using THREE.ConvexGeometry to create a Dodecahedron. Using the following example /** * @author ear / https://github.com/ear * https://github.com/ear/H3/blob/master/js/
javascript - How to make a decahedron - Stack Overflow
Jan 5, 2014 · If you have coordinates for an icosahedron but want to draw a dodecahedron, you can make use of the duality between those two. Take the icosahedron, and put a new vertex in …
Draw Dodecahedron in JavaScript - CodePal
Learn how to draw a dodecahedron using a JavaScript function. This page provides step-by-step instructions and code examples.
dodecahedron/dodecahedron.html at master · tstirrat15/dodecahedron …
// set up the dodecahedron as a bunch of individual vectors. function setup_figure(edges, figure_name, vector_rotations, vector_translations){ for (var i = 0; i < edges.length; i += 2) {
Javascript code that draws and animates a dodecahedron ... - GitHub
Javascript code that draws and animates a dodecahedron, leaning on MathBox.
a simple, entry level library to create 3D shapes using javascript
a simple, entry level library to create 3D shapes using javascript. The Canvas3D software lets you simply place various geometrical shapes, texts and external objects into an empty space …
WebGL and Javascript: Drawing Simple 3D Shapes using Three.js
Oct 21, 2013 · In this tutorial, we’ll look into creating some very basic 3D shapes. We’ll be making use of WebGL, which basically allows us to create 3D graphics for the browser (simply put). …
Dodecahedron.js - GitHub Pages
Dodecahedron geometry generator. Based on http://paulbourke.net/geometry/platonic/ ¶
3d - Mesh function and dodecahedron model by TheScientist -p5 …
A web editor for p5.js, a JavaScript library with the goal of making coding accessible to artists, designers, educators, and beginners.
Dodecahedron - WhitestormJS Framework
WHS.Dodecahedron creates Dodecahedron object by it's radius and detail. JavaScript const dodecahedron = new WHS.Dodecahedron({ geometry: { radius: 2 }, material: new …