OSVR / OSVR-Unity

Package for authoring OSVR experiences with Unity.
Apache License 2.0
98 stars 38 forks source link

Render manager construct buffers #151

Closed DuFF14 closed 8 years ago

DuFF14 commented 8 years ago

Adds a line in DisplayController.cs to Create RenderManager RenderBuffers after RenderManager and head/eyes/RenderTextures have been created. Previously, this was being done in the Unity Rendering Plugin in the same function that created/opened RenderManager. Here it is called from Unity after the RenderTextures have been created.

DuFF14 commented 8 years ago

see https://github.com/OSVR/OSVR-Unity-Rendering/pull/16