Skip to content
Snippets Groups Projects

Update ita_tutorial_imagesources.m

Closed Julia Seitz requested to merge julia.seitz/toolbox:patch-1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -4,7 +4,7 @@
@@ -4,7 +4,7 @@
% author: rbo 12-2014
% author: rbo 12-2014
%% Init
%% Init
file = fullfile(ita_toolbox_path, 'applications', 'ImageSources', 'box.dae');
file = fullfile(ita_toolbox_path, 'applications','Numeric', 'ImageSources', 'box.dae');
receiverPos = [1 1 1.5];
receiverPos = [1 1 1.5];
sourcePos = [2 2 2];
sourcePos = [2 2 2];
order = 2;
order = 2;
Loading