CAD Viewer
|
#include <QThread>
#include <QMutex>
#include <QWaitCondition>
#include <vtkActor.h>
#include <vtkOpenVRRenderWindow.h>
#include <vtkOpenVRRenderWindowInteractor.h>
#include <vtkOpenVRRenderer.h>
#include <vtkOpenVRCamera.h>
#include <vtkActorCollection.h>
#include <vtkCommand.h>
#include <openvr.h>
Go to the source code of this file.
Classes | |
class | VRRenderThread |
EEEE2046 - Software Engineering & VR Project
Template to add VR rendering to your application.
P Evans 2022