|
VR CAD Viewer 1.0
Qt and VTK application for loading and visualising CAD models with VR support
|
#include <QThread>#include <QList>#include <vtkSmartPointer.h>#include <vtkActor.h>#include <atomic>#include <vtkOpenVRRenderWindowInteractor.h>#include <vtkOpenVRRenderWindow.h>#include <array>#include <QMutex>#include <vtkEventData.h>#include "ModelPart.h"

Go to the source code of this file.
Classes | |
| class | VRRenderThread |
EEEE2076 - Software Engineering & VR Project
Manages VR rendering in a separate thread so that the main GUI remains responsive during VR operation.