ProVR - D11-2021


Map Model UI UI

ProVR Features

Some of the features ProVR currently provides:

Why ProVR?


ProVR aims to make digital collaboration easier, more immersive and efficient. With ProVR, you are able to work remotely while seeing your colleagues in virtual reality. The use of hand controllers gives a more intuitive approach to interacting with your environment. To manipulate different models in the virtual reality environment, simply point, grab and manipulate, using your hand controllers. The immersive, interactive and social benefits of ProVR, makes it an application that you and your colleagues can enjoy to be a part of.

How to upload CAD models

To be able to upload CAD models that you can place inside the virtual reality collaboration room, a webpage can be accessed here . From this webpage, you may upload your own selection of models. In addition to this, ProVR offers account registration inside of the ProVR environment. From here, the models are easily accessed through our browse model interface. Here is a view of the website after you have logged in with your ProVR account.
AngularWebsite

The technologies

While working on the project, we have been extremely lucky to be able to learn and utilize a lot of varied and exiting technologies.

AngularWebiste AngularWebiste AngularWebsite Docker GitHub GoogleCloud MySQL NodeJS Redis UnrealEngine4 C++

ProVR features a unique and layered software architecture. Modulating important functions into microservices that are easily maintained and future-proof.
OverallImage
Data between all components of the application, ranging from the website, databases, Unreal Engine 4, and microservices are integrated to create a complete product. All changes in the virtual environment need to be shared with all participants. Authorization information from our express server, angular website and models from our CAD model repository is injected into the virtual reality environment rendered by Unreal Engine 4 in real-time. By careful and proper planning, we have created a seamless experience for the participants.

A rich selection of UIs for navigation within ProVR.
UserInterface

Complex conceptual modelling with UML


Our use case diagram correlates to a software architecture that is usable for not only ProVR, it is reusable for all applications similar to ProVR. For our complete conceptual modelling, visit this link.
UseCaseDiagram
For the particularly interested. After a long conceptualization phase, where we jumped back and forth between use cases and sequence diagrams, we merged the sequence diagrams into a MVC pattern. The diagram is complex, and consists of a lot of data objects and clear data sharing patterns between the controllers and the data objects. Given that the application is a collaboration tool, data objects that are used to identify the participants is the most shared one. Data objects that are used to represent visual data in the virtual environment need to be shared with every participant, causing a lot of data sharing.

MVC