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
/
Geometry
Geometry
class
Geometry
(
val
vertexBuffers
:
List
<
VertexBuffer
>
,
val
indexBuffer
:
IndexBuffer
?
,
val
primitive
:
DrawPrimitive
,
val
offset
:
Int
,
val
vertexCount
:
Int
)
(
source
)
Members
Constructors
Geometry
Link copied to clipboard
constructor
(
vertexBuffers
:
List
<
VertexBuffer
>
,
indexBuffer
:
IndexBuffer
?
,
primitive
:
DrawPrimitive
,
offset
:
Int
,
vertexCount
:
Int
)
Properties
index
Buffer
Link copied to clipboard
val
indexBuffer
:
IndexBuffer
?
offset
Link copied to clipboard
val
offset
:
Int
primitive
Link copied to clipboard
val
primitive
:
DrawPrimitive
vertex
Buffers
Link copied to clipboard
val
vertexBuffers
:
List
<
VertexBuffer
>
vertex
Count
Link copied to clipboard
val
vertexCount
:
Int
Functions
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String