
info.laht.threekt.objects.LineLoop.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Port of the three.js 3D javascript library for Kotlin/JVM
The newest version!
package info.laht.threekt.objects
import info.laht.threekt.core.BufferGeometry
import info.laht.threekt.materials.LineBasicMaterial
class LineLoop @JvmOverloads constructor(
geometry: BufferGeometry? = null,
material: LineBasicMaterial? = null
) : Line(geometry, material)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy