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.gltf
/
GltfMaterialTexture
Gltf
Material
Texture
@
Serializable
data
class
GltfMaterialTexture
(
val
index
:
Int
,
val
scale
:
Double
?
=
null
,
val
texCoord
:
Int
?
=
null
)
(
source
)
Members
Constructors
Gltf
Material
Texture
Link copied to clipboard
constructor
(
index
:
Int
,
scale
:
Double
?
=
null
,
texCoord
:
Int
?
=
null
)
Properties
index
Link copied to clipboard
val
index
:
Int
scale
Link copied to clipboard
val
scale
:
Double
?
tex
Coord
Link copied to clipboard
val
texCoord
:
Int
?