C# Class Universe.Physics.PrimMesher.SculptMap

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Свойство Type Description
blueBytes byte[]
greenBytes byte[]
height int
redBytes byte[]
width int

Méthodes publiques

Méthode Description
SculptMap ( ) : System
SculptMap ( Bitmap bm, int lod ) : System
ToRows ( bool mirror ) : List>

Private Methods

Méthode Description
ScaleImage ( Bitmap srcImage, int destWidth, int destHeight, InterpolationMode interpMode ) : Bitmap

Method Details

SculptMap() public méthode

public SculptMap ( ) : System
Résultat System

SculptMap() public méthode

public SculptMap ( Bitmap bm, int lod ) : System
bm System.Drawing.Bitmap
lod int
Résultat System

ToRows() public méthode

public ToRows ( bool mirror ) : List>
mirror bool
Résultat List>

Property Details

blueBytes public_oe property

public byte[] blueBytes
Résultat byte[]

greenBytes public_oe property

public byte[] greenBytes
Résultat byte[]

height public_oe property

public int height
Résultat int

redBytes public_oe property

public byte[] redBytes
Résultat byte[]

width public_oe property

public int width
Résultat int