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

ch.viseon.threejs.declarations.cameras.ArrayCamera.kt Maven / Gradle / Ivy

Go to download

Kotlin wrapper for ThreeJs, javascript library for 3d rendering

There is a newer version: 126.0.0
Show newest version
@file:JsModule("three")
package ch.viseon.threejs.declarations.cameras

	/**
	* [name] can be used in order to efficiently render a scene with a predefined set of cameras. This is an important performance aspect for rendering VR scenes. An instance of [name] always has an array of sub cameras. It's mandatory to define for each sub camera the **viewport** property which determines the part of the viewport that is rendered with this camera.
	*/
open external class ArrayCamera(array: Array = definedExternally): ch.viseon.threejs.declarations.cameras.PerspectiveCamera{

	/**
	* An array of cameras.
	*/
	open var cameras: Array  = definedExternally
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy