C# 클래스 Universe.Physics.PrimMesher.SculptMap

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 프로퍼티들

프로퍼티 타입 설명
blueBytes byte[]
greenBytes byte[]
height int
redBytes byte[]
width int

공개 메소드들

메소드 설명
SculptMap ( ) : System
SculptMap ( Bitmap bm, int lod ) : System
ToRows ( bool mirror ) : List>

비공개 메소드들

메소드 설명
ScaleImage ( Bitmap srcImage, int destWidth, int destHeight, InterpolationMode interpMode ) : Bitmap

메소드 상세

SculptMap() 공개 메소드

public SculptMap ( ) : System
리턴 System

SculptMap() 공개 메소드

public SculptMap ( Bitmap bm, int lod ) : System
bm System.Drawing.Bitmap
lod int
리턴 System

ToRows() 공개 메소드

public ToRows ( bool mirror ) : List>
mirror bool
리턴 List>

프로퍼티 상세

blueBytes 공개적으로 프로퍼티

public byte[] blueBytes
리턴 byte[]

greenBytes 공개적으로 프로퍼티

public byte[] greenBytes
리턴 byte[]

height 공개적으로 프로퍼티

public int height
리턴 int

redBytes 공개적으로 프로퍼티

public byte[] redBytes
리턴 byte[]

width 공개적으로 프로퍼티

public int width
리턴 int