We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f25043b commit c64d00fCopy full SHA for c64d00f
1 file changed
OSVR-Unity/Assets/OSVRUnity/src/VREye.cs
@@ -130,10 +130,10 @@ private void SetViewportRects()
130
}
131
132
133
- //Called after a camera finishes rendering the scene.
+ //Called before a camera renders the scene.
134
//the goal here is to update the client often to make sure we have the most recent tracker data
135
//this helps reduce latency
136
- void OnPostRender()
+ void OnPreRender()
137
{
138
clientKit.context.update();
139
0 commit comments