![JAR search and dependency download from the Maven repository](/logo.png)
info.laht.threekt.cameras.View.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.cameras
data class View(
var enabled: Boolean,
var fullWidth: Int,
var fullHeight: Int,
var offsetX: Int,
var offsetY: Int,
var width: Int,
var height: Int
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy