![JAR search and dependency download from the Maven repository](/logo.png)
ch.viseon.threejs.declarations.geometries.TetrahedronBufferGeometry.kt Maven / Gradle / Ivy
@file:JsModule("three")
package ch.viseon.threejs.declarations.geometries
/**
* A class for generating a tetrahedron geometries.
*/
open external class TetrahedronBufferGeometry(radius: Double = definedExternally, detail: Int = definedExternally): ch.viseon.threejs.declarations.geometries.PolyhedronBufferGeometry{
/**
* An object with a property for each of the constructor parameters. Any modification after instantiation does not change the geometry.
*/
override var parameters: dynamic
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy