IcosahedronGeometry

THREE.IcosahedronGeometry
class IcosahedronGeometry(radius: Double, detail: Int) extends BufferGeometry

A class for generating an icosahedron geometry. An icosahedron is a regular polyhedron with 20 equilateral triangular faces, 30 edges and 12 vertices.

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def addGroup(start: Int, count: Int, materialIndex: UndefOr[Int]): Unit

Attributes

Inherited from:
BufferGeometry
def applyMatrix4(matrix: Matrix4): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry

Attributes

Inherited from:
BufferGeometry
def center(): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def clearGroups(): Unit

Attributes

Inherited from:
BufferGeometry
def computeBoundingBox(): Unit

Attributes

Inherited from:
BufferGeometry
def computeBoundingSphere(): Unit

Attributes

Inherited from:
BufferGeometry
def computeTangents(): Unit

Attributes

Inherited from:
BufferGeometry
def copy(source: BufferGeometry): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def deleteAttribute(name: String): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def dispose(): Unit

Attributes

Inherited from:
BufferGeometry
def getAttribute(name: String): Any

Attributes

Inherited from:
BufferGeometry
def getIndex(): Any

Attributes

Inherited from:
BufferGeometry
def hasAttribute(name: String): Boolean

Attributes

Inherited from:
BufferGeometry
def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object

Attributes

Inherited from:
BufferGeometry
def lookAt(vector: Vector3): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def normalize(): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def rotateX(angle: Double): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def rotateY(angle: Double): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def rotateZ(angle: Double): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def scale(x: Double, y: Double, z: Double): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def setAttribute(name: String, attribute: Object): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def setDrawRange(start: Int, count: Int): Unit

Attributes

Inherited from:
BufferGeometry
def setFromPoints(points: Array[Vector2] | Array[Vector3]): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def setIndex(index: Any): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def toJSON(): Object

Attributes

Inherited from:
BufferGeometry
def toLocaleString(): String

Attributes

Inherited from:
Object

Attributes

Inherited from:
BufferGeometry
def translate(x: Double, y: Double, z: Double): BufferGeometry.this.type

Attributes

Inherited from:
BufferGeometry
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val parameters: Object

An object with parameters that were used to generate the geometry.

An object with parameters that were used to generate the geometry.

Attributes

Inherited fields

val `type`: String

Attributes

Inherited from:
BufferGeometry
val attributes: Object

Attributes

Inherited from:
BufferGeometry

Attributes

Inherited from:
BufferGeometry

Attributes

Inherited from:
BufferGeometry
val drawRange: Object

Attributes

Inherited from:
BufferGeometry
val groups: Array[Object]

Attributes

Inherited from:
BufferGeometry
val id: Int

Attributes

Inherited from:
BufferGeometry
val index: UndefOr[Object]

Attributes

Inherited from:
BufferGeometry
val morphAttributes: Object

Attributes

Inherited from:
BufferGeometry
var morphTargetsRelative: Boolean

Attributes

Inherited from:
BufferGeometry
val name: String

Attributes

Inherited from:
BufferGeometry
val userData: Object

Attributes

Inherited from:
BufferGeometry
val uuid: String

Attributes

Inherited from:
BufferGeometry