|
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.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static PointCollection GenerateCubicTextureCoordinates(
MeshGeometry3D mesh
)
Parameters
- mesh MeshGeometry3D
- MeshGeometry3D
Return Value
PointCollectionPointCollection with calculated TextureCoordinates
See Also