https://github.com/AlexandreMercierAubin/AdaptiveRigidification2022
Raw File
Tip revision: 6207aed1ab8e0701a17e8642a5c5bf761e3bec1c authored by Alexandre Mercier Aubin on 14 July 2023, 16:40:31 UTC
Update README.md
Tip revision: 6207aed
addAdaptiveRigidificationToPath.m
addpath(genpath('2d'));
addpath(genpath('3d'));
addpath(genpath('scratch'));
addpath(genpath('util'));
addpath(genpath('lib'));

% use 'clear java' and re-add the classpath if you change the jar during a
% session!  Currently in comment as it was a warm start test (now mex) but
% could still be useful for a shadow map viewer of 3D geometry.
%javaaddpath('java/ARJT.jar','-end')

%addpath('lib/Bartels/matlab/mex/Release');
%addpath('lib/Bartels/matlab/');
%addpath('lib/Bartels/matlab/utils');
back to top