submitFrame method
-
Article
-
- 2 minutes to read
The submitFrame method captures the current state of the VRLayer currently being presented and displays it on the VRDisplay.
Syntax
var retval = VRDisplay.submitFrame(pose);
Parameters
Return value
This method does not return a value.
See also
VRDisplay