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
/
InstancedMesh
Instanced
Mesh
class
InstancedMesh
(
primitives
:
List
<
MeshPrimitive
>
,
var
instances
:
Int
,
var
attributes
:
List
<
VertexBuffer
>
)
:
MeshBase
(
source
)
Members
Constructors
Instanced
Mesh
Link copied to clipboard
constructor
(
primitives
:
List
<
MeshPrimitive
>
,
instances
:
Int
,
attributes
:
List
<
VertexBuffer
>
)
Properties
attributes
Link copied to clipboard
var
attributes
:
List
<
VertexBuffer
>
instances
Link copied to clipboard
var
instances
:
Int
primitives
Link copied to clipboard
var
primitives
:
List
<
MeshPrimitive
>