Skip to content

Commit

Permalink
Update options.h
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Sep 3, 2023
1 parent aea4192 commit fa21aca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion include/ak/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ typedef enum AkOption {
AK_OPT_BUGFIXES = 20, /* TRUE */
AK_OPT_GLTF_EXT_SPEC_GLOSS = 21, /* TRUE */
AK_OPT_COMPUTE_EXACT_CENTER = 22, /* FALSE */
AK_OPT_USE_MMAP = 23 /* TRUE */
AK_OPT_USE_MMAP = 23, /* TRUE */

/* TODO: not implemented yet,
https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html#mikktspace
https://github.com/mmikk/MikkTSpace
*/
AK_OPT_GEN_TANGENTS_IF_NEEDED = 24, /* true */
} AkOption;

AK_EXPORT
Expand Down

0 comments on commit fa21aca

Please sign in to comment.