cesium-native 0.43.0
Loading...
Searching...
No Matches
InstanceAttributeSemantics.h
1#pragma once
2
3#include <array>
4#include <string>
5
6namespace CesiumGltf {
7
17 static const std::string TRANSLATION;
18
22 static const std::string ROTATION;
23
27 static const std::string SCALE;
28
32 static const std::array<std::string, 8> FEATURE_ID_n;
33};
34
35} // namespace CesiumGltf
Classes for working with glTF models.
The standard glTF instance attribute semantics from EXT_mesh_gpu_instancing plus additional instance ...
static const std::string ROTATION
XYZW rotation quaternion.
static const std::string TRANSLATION
XYZ translation vector.
static const std::string SCALE
XYZ scale vector.
static const std::array< std::string, 8 > FEATURE_ID_n
Feature IDs used by EXT_instance_features.