Click or drag to resize
AB4D logo

MeshUtilsGenerateCubicTextureCoordinates Method

Returns a TextureCoordinates for the specified mesh. TextureCoordinates are calculated with using the cubic projection that projects the 3D positions to an axis aligned 3D cube.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static PointCollection GenerateCubicTextureCoordinates(
	MeshGeometry3D mesh
)

Parameters

mesh  MeshGeometry3D
MeshGeometry3D

Return Value

PointCollection
PointCollection with calculated TextureCoordinates
See Also