共用方式為


CameraSettings.InverseDepth 屬性

定義

如果您使用 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 時,才需要設定此選項,否則可以忽略此選項。

適用於