IcosahedronGeometry constructor
Implementation
IcosahedronGeometry(num radius, int detail) : super() {
this.parameters = {"radius": radius, "detail": detail};
this.fromBufferGeometry(THREE.IcosahedronGeometry(radius, detail));
this.mergeVertices();
}