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

ch.viseon.threejs.declarations.helpers.AxesHelper.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.helpers

	/**
	* An axis object to visualize the 3 axes in a simple way. The X axis is red. The Y axis is green. The Z axis is blue.
	*/
open external class AxesHelper(size: Double = definedExternally): ch.viseon.threejs.declarations.objects.LineSegments{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy