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

ch.viseon.threejs.declarations.objects.Bone.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

	/**
	* A bone which is part of a [page:Skeleton]. The skeleton in turn is used by the [page:SkinnedMesh]. Bones are almost identical to a blank [page:Object3D].
	*/
open external class Bone: ch.viseon.threejs.declarations.core.Object3D{

	/**
	* Set to 'Bone', this can be used to find all Bones in a scene.
	*/
	open var type: String  = definedExternally
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy