gltfTypes {rgl} | R Documentation |
Names of glTF types.
Description
The glTF specification packs data into buffers, labelling
the type of each part with an integer. The first six values
in gltfTypes
are the
integers used there, with "int"
and "double"
added for completeness; those values are taken from
OpenGL header files.
Usage
gltfTypes
Format
gltfTypes
is simply a named vector containing integer values.
Details
These are used in the Buffer
object.
References
https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#_accessor_componenttype
Examples
gltfTypes
[Package rgl version 1.3.1 Index]