VR CAD Viewer 1.0
Qt and VTK application for loading and visualising CAD models with VR support
Loading...
Searching...
No Matches
VRRenderThread.h File Reference
#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"
Include dependency graph for VRRenderThread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VRRenderThread
 

Detailed Description

EEEE2076 - Software Engineering & VR Project

Manages VR rendering in a separate thread so that the main GUI remains responsive during VR operation.