HolographicCameraPose.OverrideViewTransform 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通知合成器,应用呈现时使用备用次优视图转换此帧。
void OverrideViewTransform(SpatialCoordinateSystem const& coordinateSystem, HolographicStereoTransform const& coordinateSystemToViewTransform);
public void OverrideViewTransform(SpatialCoordinateSystem coordinateSystem, HolographicStereoTransform coordinateSystemToViewTransform);
function overrideViewTransform(coordinateSystem, coordinateSystemToViewTransform)
Public Sub OverrideViewTransform (coordinateSystem As SpatialCoordinateSystem, coordinateSystemToViewTransform As HolographicStereoTransform)
参数
- coordinateSystem
- SpatialCoordinateSystem
将在其中表示备用次优视图转换的坐标系。
- coordinateSystemToViewTransform
- HolographicStereoTransform
备用次优视图转换。
Windows 要求
设备系列 |
Windows 10, version 1803 (在 10.0.17134.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)
|
注解
警告: 使用除该帧的 TryGetViewTransform 值以外的任何视图转换呈现帧将导致错误预测增加,从而降低视觉质量。 如果更改备用视图转换的位置组件,这种质量降低将最为明显。
但是,如果必须使用备用视图转换呈现帧,请确保调用此方法并提供该转换。 如果合成器不知道用于呈现的实际转换,则视觉质量会更糟。