All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.laht.threekt.objects.LineLoop.kt Maven / Gradle / Ivy

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