Skip to content

Commit

Permalink
Update comment on the difference to gltf64
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Sep 20, 2024
1 parent fb53f76 commit 2d0592b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gltf_extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
# Changes made from the original glTF64:
# Property names (keys) now all use the glTF standard naming, camelCase.
# Extension names all follow the glTF2 naming convention, PREFIX_scope_feature.
# Full fast64 material support.
# Full fast64 v6 material support.
# Extendability improvements.
# Doesn´t use world defaults, as those should be left to the repo to handle.

# Hacks for broken versions
# Importing
# Better and more extensive errors

def glTF2_pre_export_callback(_gltf):
modify_f3d_nodes_for_export(False)
Expand Down

0 comments on commit 2d0592b

Please sign in to comment.