C# 클래스 MeshExplorer.IO.RasterImage

Writes an image of the mesh to disk.
파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 메소드들

메소드 설명
Export ( Mesh mesh, string filename, int width ) : void

Export the mesh to PNG format.

메소드 상세

Export() 공개 메소드

Export the mesh to PNG format.
public Export ( Mesh mesh, string filename, int width ) : void
mesh TriangleNet.Mesh The current mesh.
filename string The PNG filename.
width int The desired width (pixel) of the image.
리턴 void