orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-dnk3
/
org.openrndr.extra.dnk3
/
MeshPrimitiveInstance
Mesh
Primitive
Instance
class
MeshPrimitiveInstance
(
val
primitive
:
MeshPrimitive
,
val
instances
:
Int
,
val
attributes
:
List
<
VertexBuffer
>
)
(
source
)
Members
Constructors
Mesh
Primitive
Instance
Link copied to clipboard
constructor
(
primitive
:
MeshPrimitive
,
instances
:
Int
,
attributes
:
List
<
VertexBuffer
>
)
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
VertexBuffer
>
instances
Link copied to clipboard
val
instances
:
Int
primitive
Link copied to clipboard
val
primitive
:
MeshPrimitive