mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-12 03:49:05 +08:00
Add line strip primitive mode define
This small commit adds the `TINYGLTF_MODE_LINE_STRIP` primitive mode define whose value is set to `3` as per the GLTF 2.0 specification.
This commit is contained in:
parent
281af41b6c
commit
6c4a006496
@ -59,6 +59,7 @@ namespace tinygltf {
|
||||
#define TINYGLTF_MODE_POINTS (0)
|
||||
#define TINYGLTF_MODE_LINE (1)
|
||||
#define TINYGLTF_MODE_LINE_LOOP (2)
|
||||
#define TINYGLTF_MODE_LINE_STRIP (3)
|
||||
#define TINYGLTF_MODE_TRIANGLES (4)
|
||||
#define TINYGLTF_MODE_TRIANGLE_STRIP (5)
|
||||
#define TINYGLTF_MODE_TRIANGLE_FAN (6)
|
||||
|
Loading…
x
Reference in New Issue
Block a user