OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | List of all members
PrimMesher.SculptMap Class Reference

Public Member Functions

 SculptMap ()
 
 SculptMap (Bitmap bm, int lod)
 
List< List< Coord > > ToRows (bool mirror)
 
 SculptMap ()
 
 SculptMap (Bitmap bm, int lod)
 
List< List< Coord > > ToRows (bool mirror)
 

Public Attributes

int width
 
int height
 
byte[] redBytes
 
byte[] greenBytes
 
byte[] blueBytes
 

Detailed Description

Definition at line 41 of file SculptMap.cs.

Constructor & Destructor Documentation

PrimMesher.SculptMap.SculptMap ( )
inline

Definition at line 49 of file SculptMap.cs.

PrimMesher.SculptMap.SculptMap ( Bitmap  bm,
int  lod 
)
inline

Definition at line 53 of file SculptMap.cs.

PrimMesher.SculptMap.SculptMap ( )
inline

Definition at line 45 of file SculptMap.cs.

PrimMesher.SculptMap.SculptMap ( Bitmap  bm,
int  lod 
)
inline

Definition at line 49 of file SculptMap.cs.

Member Function Documentation

List<List<Coord> > PrimMesher.SculptMap.ToRows ( bool  mirror)
inline

Definition at line 131 of file SculptMap.cs.

List<List<Coord> > PrimMesher.SculptMap.ToRows ( bool  mirror)
inline

Definition at line 139 of file SculptMap.cs.

Member Data Documentation

byte [] PrimMesher.SculptMap.blueBytes

Definition at line 47 of file SculptMap.cs.

byte [] PrimMesher.SculptMap.greenBytes

Definition at line 46 of file SculptMap.cs.

int PrimMesher.SculptMap.height

Definition at line 44 of file SculptMap.cs.

byte [] PrimMesher.SculptMap.redBytes

Definition at line 45 of file SculptMap.cs.

int PrimMesher.SculptMap.width

Definition at line 43 of file SculptMap.cs.


The documentation for this class was generated from the following file: