orx
Toggle table of contents
0.5.0-dev.38+f0d9a9e
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
>
update
Link copied to clipboard
var
update
:
(
)
->
Unit
?
user
Data
Link copied to clipboard
var
userData
:
Any
?