Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vitrivr/vitrivr-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
net-cscience-raphael committed Mar 22, 2024
2 parents ec5dca6 + cb6aaa1 commit 1af8880
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ enum class MimeType(val fileExtension: String, val mimeType: String, val mediaTy
STL("stl", "application/3d-stl", MediaType.MESH),
OBJ("obj", "application/3d-obj", MediaType.MESH),
OFF("off", "application/3d-off", MediaType.MESH),
GLTF("gltf", "model/gltf+json", MediaType.MESH),



Expand Down

0 comments on commit 1af8880

Please sign in to comment.