Skip to content

Commit

Permalink
removed "multires" folder
Browse files Browse the repository at this point in the history
it was confusing and not really useful
  • Loading branch information
mcallieri committed Dec 13, 2016
1 parent 1f88379 commit 956bca5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion all_tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

presenter.setScene({
meshes: {
"mesh_1" : { url: "models/multires/gargo.nxs" }
"mesh_1" : { url: "models/gargo.nxs" }
},
modelInstances : {
"model_1" : {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion minimal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

presenter.setScene({
meshes: {
"mesh_1" : { url: "models/multires/gargo.nxs" }
"mesh_1" : { url: "models/gargo.nxs" }
},
modelInstances : {
"model_1" : { mesh : "mesh_1" }
Expand Down
File renamed without changes.

0 comments on commit 956bca5

Please sign in to comment.