ch.viseon.threejs.declarations.textures.CubeTexture.kt Maven / Gradle / Ivy
@file:JsModule("three")
package ch.viseon.threejs.declarations.textures
/**
* Creates a cube texture made up of six images.
*/
open external class CubeTexture: ch.viseon.threejs.declarations.textures.Texture{
}