bluekyu / render_pipeline_cpp

C++ Project of Panda3D Render Pipeline (Python)
https://github.com/bluekyu/render_pipeline_cpp
MIT License
11 stars 3 forks source link

Crash when exiting OpenVR project #18

Closed bluekyu closed 6 years ago

bluekyu commented 6 years ago

Problem

After v0.4.0, OpenVR projects are crashed when exiting.

Reason

OpenVR plugin creates new MatrixLens which is used for VR lens. However, when exiting, the lens is not removed even after unloading plugin.