The user's headset
Clears the history and sets it's size
Returns: nil
Parameters:
Name | Type | Default | Description |
---|---|---|---|
size | number | How many frames of position/rotation to remember |
Headset:ResizeHistory(4)
Sets the size of the history. Only clears it if the size has changed
Returns: nil
Parameters:
Name | Type | Default | Description |
---|---|---|---|
size | number | How many frames of position/rotation to remember |
Headset:SetHistorySize(4)
Recalls previous positions of the Headset from the history buffer
Returns: Vector3
Parameters:
Name | Type | Default | Description |
---|---|---|---|
back | number | How many frames back in the history to look |
Headset:PastPosition(4)
Recalls previous orientations of the Headset from the history buffer
Returns: Rotation
Parameters:
Name | Type | Default | Description |
---|---|---|---|
back | number | How many frames back in the history to look |
Headset:PastRotation(4)