CameraSettings.InverseDepth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果您使用 1 (最接近相機的反向深度範圍,請將此設定為 true,) 最接近相機) (最遠,而不是本機深度緩衝區的標準 [0;1]。
public:
property bool InverseDepth { bool get(); void set(bool value); };
public bool InverseDepth { get; set; }
member this.InverseDepth : bool with get, set
Public Property InverseDepth As Boolean
屬性值
備註
預設設定為 false,亦即假設假設標準深度緩衝區浮點範圍 [0;1]。 只有在將 設定 EnableDepth 為 true 時,才需要設定此選項,否則可以忽略此選項。