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

ch.viseon.threejs.declarations.renderers.WebGLRenderTargetCube.kt Maven / Gradle / Ivy

//Generated date 23.11.2018
@file:JsModule("three")
package ch.viseon.threejs.declarations.renderers

	/**
	* Used by the [page:CubeCamera] as its [page:WebGLRenderTarget].
	*/
open external class WebGLRenderTargetCube(width: Double = definedExternally, height: Double = definedExternally, options: dynamic/*Object*/ = definedExternally): ch.viseon.threejs.declarations.renderers.WebGLRenderTarget{

	/**
	* The activeCubeFace property corresponds to a cube side (PX 0, NX 1, PY 2, NY 3, PZ 4, NZ 5) and is used and set internally by the [page:CubeCamera].
	*/
	open var activeCubeFace: Int  = definedExternally
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy