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.gltf
/
GltfSampler
Gltf
Sampler
data
class
GltfSampler
(
val
magFilter
:
Int
,
val
minFilter
:
Int
,
val
wrapS
:
Int
,
val
wrapT
:
Int
)
(
source
)
Members
Constructors
Gltf
Sampler
Link copied to clipboard
constructor
(
magFilter
:
Int
,
minFilter
:
Int
,
wrapS
:
Int
,
wrapT
:
Int
)
Properties
mag
Filter
Link copied to clipboard
val
magFilter
:
Int
min
Filter
Link copied to clipboard
val
minFilter
:
Int
wrap
S
Link copied to clipboard
val
wrapS
:
Int
wrap
T
Link copied to clipboard
val
wrapT
:
Int