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