ch.viseon.threejs.declarations.core.InstancedBufferAttribute.kt Maven / Gradle / Ivy
//Generated date 23.11.2018
@file:JsModule("three")
package ch.viseon.threejs.declarations.core
/**
* An instanced version of [page:BufferAttribute].
*/
open external class InstancedBufferAttribute(array: Array/*TypedArray*/ = definedExternally, itemSize: Int = definedExternally, normalized: Boolean = definedExternally, meshPerAttribute: Double = definedExternally): ch.viseon.threejs.declarations.core.BufferAttribute{
/**
* Default is **1**.
*/
open var meshPerAttribute: Double = definedExternally
/**
* Default is **true**.
*/
open var isInstancedBufferAttribute: Boolean = definedExternally
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy