Added support for Vector and Rotation values for many tags. The following tags have been added as alternatives to using multiple tags to contain 3D information:
cameraPosition replaces cameraPositionX, cameraPositionY, and cameraPositionZ.
cameraRotation replaces cameraRotationX, cameraRotationY, and cameraRotationZ.
cameraFocus replaces cameraFocusX, cameraFocusY, and cameraFocusZ.
cameraPositionOffset replaces cameraPositionOffsetX, cameraPositionOffsetY, and cameraPositionOffsetZ.
cameraRotationOffset replaces cameraRotationOffsetX, cameraRotationOffsetY, and cameraRotationOffsetZ.
deviceRotation replaces deviceRotationX, deviceRotationY, and deviceRotationZ.
portalPannableMin replaces portalPannableMinX and portalPannableMinY.
portalPannableMax replaces portalPannableMaxX and portalPannableMaxY.
pointerPixel replaces pointerPixelX and pointerPixelY.
mousePointerPosition replaces mousePointerPositionX, mousePointerPositionY, and mousePointerPositionZ.
mousePointerRotation replaces mousePointerRotationX, mousePointerRotationY, and mousePointerRotationZ.
leftPointerPosition replaces leftPointerPositionX, leftPointerPositionY, and leftPointerPositionZ.
leftPointerRotation replaces leftPointerRotationX, leftPointerRotationY, and leftPointerRotationZ.
rightPointerPosition replaces rightPointerPositionX, rightPointerPositionY, and rightPointerPositionZ.
rightPointerRotation replaces rightPointerRotationX, rightPointerRotationY, and rightPointerRotationZ.
cursorHotspot replaces cursorHotspotX and cursorHotspotY.
portalCursorHotspot replaces portalCursorHotspotX and portalCursorHotspotY.
:rocket: Improvements
cameraPosition
replacescameraPositionX
,cameraPositionY
, andcameraPositionZ
.cameraRotation
replacescameraRotationX
,cameraRotationY
, andcameraRotationZ
.cameraFocus
replacescameraFocusX
,cameraFocusY
, andcameraFocusZ
.cameraPositionOffset
replacescameraPositionOffsetX
,cameraPositionOffsetY
, andcameraPositionOffsetZ
.cameraRotationOffset
replacescameraRotationOffsetX
,cameraRotationOffsetY
, andcameraRotationOffsetZ
.deviceRotation
replacesdeviceRotationX
,deviceRotationY
, anddeviceRotationZ
.portalPannableMin
replacesportalPannableMinX
andportalPannableMinY
.portalPannableMax
replacesportalPannableMaxX
andportalPannableMaxY
.pointerPixel
replacespointerPixelX
andpointerPixelY
.mousePointerPosition
replacesmousePointerPositionX
,mousePointerPositionY
, andmousePointerPositionZ
.mousePointerRotation
replacesmousePointerRotationX
,mousePointerRotationY
, andmousePointerRotationZ
.leftPointerPosition
replacesleftPointerPositionX
,leftPointerPositionY
, andleftPointerPositionZ
.leftPointerRotation
replacesleftPointerRotationX
,leftPointerRotationY
, andleftPointerRotationZ
.rightPointerPosition
replacesrightPointerPositionX
,rightPointerPositionY
, andrightPointerPositionZ
.rightPointerRotation
replacesrightPointerRotationX
,rightPointerRotationY
, andrightPointerRotationZ
.cursorHotspot
replacescursorHotspotX
andcursorHotspotY
.portalCursorHotspot
replacesportalCursorHotspotX
andportalCursorHotspotY
.