Skip to content

Commit

Permalink
Merge pull request #7 from IIIF-Commons/kshell-dev
Browse files Browse the repository at this point in the history
Kshell dev
  • Loading branch information
vincentmarchetti committed May 28, 2024
2 parents e71da4c + cbf12a4 commit cad963b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function run_iiif3d_tests(){
});

describe("3_lights" , function(){
//importTest('ambient_green_light', './tests_3d/3_lights/ambient_green_light.js');
importTest('ambient_green_light', './tests_3d/3_lights/ambient_green_light.js');
importTest('directional light', './tests_3d/3_lights/direction_light_transform_rotate.js');
importTest('spot light', './tests_3d/3_lights/spotlight_lookat_point.js');
});
Expand Down
2 changes: 1 addition & 1 deletion test/tests_3d/3_lights/direction_light_transform_rotate.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let manifest, sequence, scene , model, body, annotations;

let manifest_url = {
local: "http://localhost:3001/model_origin.json",
remote : "https://raw.githubusercontent.com/vincentmarchetti/iiif3dtsg/main/manifests/3_lights/direction_light_transform_rotate.json"
remote : "https://raw.githubusercontent.com/vincentmarchetti/iiif3dtsg/main-advanced/manifests/3_lights/direction_light_transform_rotate.json"
}.remote;

describe('model_origin', function() {
Expand Down

0 comments on commit cad963b

Please sign in to comment.