mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-22 18:24:39 +00:00
Merge pull request #11 from lukesanantonio/texture-wrap-fix
Use correct value for TEXTURE_WRAP_MIRRORED_REPEAT
This commit is contained in:
@@ -78,7 +78,7 @@ namespace tinygltf {
|
||||
|
||||
#define TINYGLTF_TEXTURE_WRAP_RPEAT (10497)
|
||||
#define TINYGLTF_TEXTURE_WRAP_CLAMP_TO_EDGE (33071)
|
||||
#define TINYGLTF_TEXTURE_WRAP_MIRRORED_REPEAT (33071)
|
||||
#define TINYGLTF_TEXTURE_WRAP_MIRRORED_REPEAT (33648)
|
||||
|
||||
// Redeclarations of the above for technique.parameters.
|
||||
#define TINYGLTF_PARAMETER_TYPE_BYTE (5120)
|
||||
|
||||
Reference in New Issue
Block a user