![JAR search and dependency download from the Maven repository](/logo.png)
info.laht.threekt.extras.objects.ImmediateRenderObject.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.extras.objects
import info.laht.threekt.core.MaterialObject
import info.laht.threekt.core.Object3DImpl
import info.laht.threekt.materials.Material
class ImmediateRenderObject(
override var material: Material
) : Object3DImpl(), MaterialObject {
var render: () -> Unit = {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy