This documentation is archived and is not being maintained.
submitFrame method
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
- pose
-
Type: VRPose
Optional. A VRPose object to be used to reduce latency.
Return value
This method does not return a value.
See also
-
VRDisplay