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

ch.viseon.threejs.declarations.helpers.RectAreaLightHelper.kt Maven / Gradle / Ivy

Go to download

Kotlin binding for ThreeJs, javascript library for 3d rendering

There is a newer version: 104.0.0
Show newest version
//Generated date 29.11.2018
@file:JsModule("three")
package ch.viseon.threejs.declarations.helpers

	/**
	* Creates a visual aid for a [page:RectAreaLight].
	*/
open external class RectAreaLightHelper(light: ch.viseon.threejs.declarations.lights.RectAreaLight = definedExternally, color: Int = definedExternally): ch.viseon.threejs.declarations.core.Object3D{

	/**
	* Reference to the RectAreaLight being visualized.
	*/
	open var light: ch.viseon.threejs.declarations.lights.RectAreaLight  = definedExternally


	/**
	* The color parameter passed in the constructor. Default is **undefined**. If this is changed, the helper's color will update the next time [page:.update update] is called.
	*/
	open var color: Int  = definedExternally


	/**
	* Dispose of the rectAreaLightHelper.
	*/
	open fun dispose() : dynamic/*null*/


	/**
	* Updates the helper to match the position and direction of the [page:.light].
	*/
	open fun update() : dynamic/*null*/
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy