SpatialSurfaceMesh.VertexPositionScale 속성

정의

VertexPositions의 요소 크기를 조정하는 데 사용해야 하는 배율 벡터를 가져옵니다.

public:
 property float3 VertexPositionScale { float3 get(); };
float3 VertexPositionScale();
public Vector3 VertexPositionScale { get; }
var vector3 = spatialSurfaceMesh.vertexPositionScale;
Public ReadOnly Property VertexPositionScale As Vector3

속성 값

Vector3 Vector3

float3

배율 벡터입니다.

설명

이렇게 하면 메시의 지정된 좌표계에서 미터 단위의 메시 좌표가 표시됩니다.

이 좌표를 사용하기 전에 다른 좌표계로 변환하는 경우 VertexPositionScale 벡터에서 배율 행렬을 만들고 이를 변환 체인의 첫 번째 행렬로 포함할 수 있습니다.

적용 대상