I am new to Three js , I had learned few geometry , I want to create a Icosahedron geometry which have a tetrahedral on its face . But i dont know how can i achieve the structure , if anyone knows plz reply,
my icosahedron code
var Icosah = new THREE.Mesh(new THREE.IcosahedronGeometry(1,4), redMat);
scene.add(Icosah);
My geometry looks like:
geometry i want to achieve:
the geometry have tetrahedral on its face
P.S: if you think my approach of using Icosahedron to create the required geometry is wrong , than plz suggest the better approach so that it will help me to create the required geometry