Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
The submitFrame method captures the current state of the VRLayer currently being presented and displays it on the VRDisplay.
var retval = VRDisplay.submitFrame(pose);
pose Type: VRPose
Optional. A VRPose object to be used to reduce latency.
This method does not return a value.
VRDisplay