![JAR search and dependency download from the Maven repository](/logo.png)
ch.viseon.threejs.declarations.objects.Bone.kt Maven / Gradle / Ivy
@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