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

ch.viseon.threejs.declarations.objects.Group.kt Maven / Gradle / Ivy

Go to download

Kotlin binding for ThreeJs, javascript library for 3d rendering

The newest version!
//Generated date 23.05.2019
@file:JsModule("three")
package ch.viseon.threejs.declarations.objects

	/**
	* This is almost identical to an [page:Object3D Object3D]. Its purpose is to make working with groups of objects syntactically clearer.
	*/
open external class Group(): ch.viseon.threejs.declarations.core.Object3D{

	/**
	* A string 'Group'. This should not be changed.
	*/
	open var type: String  = definedExternally
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy