次の方法で共有


ColorMaterial.TexCoordPlaneU プロパティ

定義

PlanarObjectSpace モードまたは PlanarWorldSpace モードでテクスチャ座標の u 部分を計算するために使用される平面。

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

プロパティ値

注釈

この平面は、テクスチャ座標生成モード SourceUv0 および SourceUv1では無視されます。 マッピングのスケーリングは、平面の法線 (A、B、C) をスケーリングすることによって実現され、テクスチャ オフセットは平面の D コンポーネントを介して追加できます。

適用対象