add support to compress bme json

This commit is contained in:
2023-12-25 10:49:25 +08:00
parent 35f2c4a389
commit 03e8feac67
7 changed files with 140 additions and 38 deletions

5
.gitattributes vendored
View File

@ -2,6 +2,5 @@
*.png binary
# our generated mesh should be save as binary
*.bin binary
# json is data and not good for human reading(althought I edit it on my own hand.)
# so set it as binary
bbp_ng/json/*.json binary
# the compressed json data should be binary
bbp_ng/raw_jsons/*.json binary