ch.viseon.threejs.declarations.core.InstancedInterleavedBuffer.kt Maven / Gradle / Ivy
@file:JsModule("three")
package ch.viseon.threejs.declarations.core
/**
* An instanced version of [page:InterleavedBuffer].
*/
open external class InstancedInterleavedBuffer(array: Array = definedExternally, itemSize: Int = definedExternally, meshPerAttribute: Double = definedExternally): ch.viseon.threejs.declarations.core.InterleavedBuffer{
/**
* Default is **1**.
*/
open var meshPerAttribute: Double = definedExternally
}