gltfTypes | R Documentation |
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.
gltfTypes
gltfTypes
is simply a named vector containing integer values.
These are used in the Buffer
object.
https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#_accessor_componenttype
gltfTypes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.