SkyReflectionSettings.SkyRotation 属性

定义

应用于天空反射的可选旋转,以四元数的形式提供。

public:
 property Microsoft::Azure::RemoteRendering::Quaternion SkyRotation { Microsoft::Azure::RemoteRendering::Quaternion get(); void set(Microsoft::Azure::RemoteRendering::Quaternion value); };
public Microsoft.Azure.RemoteRendering.Quaternion SkyRotation { get; set; }
member this.SkyRotation : Microsoft.Azure.RemoteRendering.Quaternion with get, set
Public Property SkyRotation As Quaternion

属性值

注解

建议使用规范化四元数,因为这会生成旋转的直观表示形式,但这不是必需的。 四元数将在内部规范化。

InvalidParam* 如果提供的四元数无效,则会发生错误。

适用于

另请参阅