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 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.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 - 2025 Weber Informatics LLC | Privacy Policy