wgpu4k-scenes
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k-scenes
wgpu4k-scenes
/
io.ygdrasil.webgpu.examples.helper.glb
/
GLTF2
/
PrimitiveAttribute
Primitive
Attribute
@
JvmInline
@
Serializable
value
class
PrimitiveAttribute
(
val
str
:
String
)
Members
Constructors
Primitive
Attribute
Link copied to clipboard
constructor
(
str
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
index
Link copied to clipboard
val
index
:
Int
is
Color0
Link copied to clipboard
val
isColor0
:
Boolean
is
Joints
Link copied to clipboard
val
isJoints
:
Boolean
is
Normal
Link copied to clipboard
val
isNormal
:
Boolean
is
Position
Link copied to clipboard
val
isPosition
:
Boolean
is
Tangent
Link copied to clipboard
val
isTangent
:
Boolean
is
Texcoord
Link copied to clipboard
val
isTexcoord
:
Boolean
is
Weights
Link copied to clipboard
val
isWeights
:
Boolean
str
Link copied to clipboard
val
str
:
String
Functions
is
Joints
Link copied to clipboard
fun
isJoints
(
n
:
Int
)
:
Boolean
is
Texcoord
Link copied to clipboard
fun
isTexcoord
(
n
:
Int
)
:
Boolean
is
Weights
Link copied to clipboard
fun
isWeights
(
n
:
Int
)
:
Boolean