This project aims to provide virtual reality user interface for CAVER Analyst (www.caver.cz).
The code is organized as a NetBeans module suite (http://wiki.netbeans.org/DevFaqSuitesVsClusters) as it enables the integration with CAVER Analyst. CAVER Analyst is a NetBeans platform application (https://netbeans.org/features/platform/). However, in contrast to this project CAVER Analyst is a closed source project. Therefore, CAVER VR cannot be integrated with CAVER Analyst directly, but it is integrated with CAVER Analyst's binary distrubtion instead.
This project is a NetBeans module suite and it can be built using NetBeans 7.3.1 or later (https://netbeans.apache.org/).
Prerequisities:
- Binary distribution of CAVER Analyst 2.0 BETA 2 or later (https://www.caver.cz/index.php?sid=199).
Steps:
- Open CAVER VR suite using NetBeans.
- Edit
Important Files/Netbeans Platform Config
such that thecluster.path
points tocaver_analyst
andplatform
subfolders of the CAVER Analyst binary distribution. - Build the CAVER VR suite using
CAVER VR -> Build
.
In order to run this project within a CAVER Analyst binary distribution it needs to be added among its cluster
s.
Steps:
- Copy and rename
{$PROJECT_DIR}/build/cluster
to{$CAVER_ANALYST_DIR}/caver_vr
- Edit
{$CAVER_ANALYST_DIR}/caver_analyst.clusters
by adding a new row containingcaver_vr
- Run CAVER Analyst as usual.