Skip to content

Commit

Permalink
Merge pull request #1 from Ksantos141/changes_from_atp318_fork
Browse files Browse the repository at this point in the history
Changes from atp318 fork
  • Loading branch information
atp318 authored May 3, 2022
2 parents 288e893 + 09c7f7c commit 77d58c1
Show file tree
Hide file tree
Showing 8 changed files with 43,966 additions and 75 deletions.
2 changes: 1 addition & 1 deletion misc/mime_cad.types
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ image/spm spm
image/sun sun
image/yuv yuv
model/dxf dxf
model/gltf gltf
model/gltf gltf glb
model/obj obj
model/ply ply
model/shp shp
Expand Down
6 changes: 5 additions & 1 deletion src/libgcv/plugins/gltf/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
set(GLTF_SRCS
gltf_read.c
gltf_read.cpp
tinygltf_headers/json.hpp
tinygltf_headers/stb_image.h
tinygltf_headers/stb_image_write.h
tinygltf_headers/tiny_gltf.h
)

gcv_plugin_library(gcv-gltf SHARED ${GLTF_SRCS})
Expand Down
73 changes: 0 additions & 73 deletions src/libgcv/plugins/gltf/gltf_read.c

This file was deleted.

Loading

0 comments on commit 77d58c1

Please sign in to comment.