mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Some slight cleanup in Application_render
This commit is contained in:
parent
b1b62087e5
commit
c935111c43
1 changed files with 0 additions and 2 deletions
|
@ -62,9 +62,7 @@ void Application::paintGL() {
|
|||
|
||||
RenderArgs renderArgs;
|
||||
glm::mat4 HMDSensorPose;
|
||||
glm::mat4 HMDSensorPrevPose;
|
||||
glm::mat4 eyeToWorld;
|
||||
glm::mat4 prevEyeToWorld;
|
||||
glm::mat4 sensorToWorld;
|
||||
|
||||
bool isStereo;
|
||||
|
|
Loading…
Reference in a new issue