ch.viseon.threejs.declarations.geometries.PolyhedronGeometry.kt Maven / Gradle / Ivy
//Generated date 23.11.2018
@file:JsModule("three")
package ch.viseon.threejs.declarations.geometries
/**
* A polyhedron is a solid in three dimensions with flat faces. This class will take an array of vertices, project them onto a sphere, and then divide them up to the desired level of detail.
*/
open external class PolyhedronGeometry(vertices: Array/*Array*/ = definedExternally, indices: Array/*Array*/ = definedExternally, radius: Double = definedExternally, detail: Int = definedExternally): ch.viseon.threejs.declarations.core.Geometry{
/**
* An object with a property for each of the constructor parameters. Any modification after instantiation does not change the geometry.
*/
open var parameters: dynamic/*Object*/ = definedExternally
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy