This is a MeVisLab-Module for visualizing medical images in Virtual Reality.
This project has been built for MeVisLab2.8.1VC14-64 on Windows 8.1 using Visual Studio 2015 (v140). It has not been tested on other platforms. All relevant libraries are included in the project. To compile the project, the following steps have to be done:
-
INCLUDEPATH
andLIBPATH
(can be found inGeneral\Sources\ML\_MLHTCVive\_MLHTCVive.pro
) have to be adapted -
in case the project has already been built before,
make.clean.bat
has to be invoked to clean the project again -
to build the project,
make.build.bat
has to be invoked -
LocalDebuggerCommand
andLocalDebuggerCommandArguments
have to be adaped inGeneral\Sources\ML\_MLHTCVive\_MLHTCVive.vcxproj.user.bak
. After doing so,make.fix.bat
ca be invoked. -
make.run.bat
can be invoked. It opens the project in VisualStudio where it can be compiled
Warning: the root folder of the project has to be named VR, otherwise
General/Configuration/VR_General.pri
cannot be found by MeVisLab any more.
After starting the project in VisualStudio, make sure to load a STL-file in MeVisLab before VR is started - otherwise the application will throw an exception.