
info.laht.threekt.renderers.Renderer.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.renderers
import info.laht.threekt.textures.Texture
interface Renderer
interface RenderTarget {
var texture: Texture
}
interface RenderTargetCube : RenderTarget
interface Program {
val id: Int
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy