Click or drag to resize
Ab4d.SharpEngine logo

MeshUtils.GenerateCubicTextureCoordinates Method

Overload List
 NameDescription
Public methodStatic memberGenerateCubicTextureCoordinates(StandardMesh) Generate texture coordinates for the given mesh. Texture coordinates are computed using cubic projection, which projects the 3D positions on an axis-aligned 3D cube.
Public methodStatic memberGenerateCubicTextureCoordinates(PositionNormalTextureVertex[], Int32[]) Generate texture coordinates for the given vertices and triangleIndices. Texture coordinates are computed using cubic projection, which projects the 3D positions on an axis-aligned 3D cube.
Public methodStatic memberGenerateCubicTextureCoordinates(Vector3[], Int32[]) Generate texture coordinates for the given positions and triangleIndices. Texture coordinates are computed using cubic projection, which projects the 3D positions on an axis-aligned 3D cube.
Top
See Also