Welcome to mirror list, hosted at ThFree Co, Russian Federation.

draco_features.h « draco « src « draco « draco « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0a630e546507107ebfd33934c18c150d01d3fb3 (plain)
1
2
3
4
5
6
7
8
#ifndef DRACO_FEATURES_H_
#define DRACO_FEATURES_H_

#define DRACO_MESH_COMPRESSION_SUPPORTED
#define DRACO_NORMAL_ENCODING_SUPPORTED
#define DRACO_STANDARD_EDGEBREAKER_SUPPORTED

#endif  // DRACO_FEATURES_H_