ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/face.h
(Generate patch)

Comparing deliantra/server/include/face.h (file contents):
Revision 1.34 by root, Wed Apr 14 02:31:24 2010 UTC vs.
Revision 1.35 by root, Tue Oct 5 21:40:05 2010 UTC

55 { 55 {
56 } 56 }
57 57
58 shstr name; 58 shstr name;
59 std::string meta; 59 std::string meta;
60 facedata data32, data64; // either 32/64 face or data32 == generic resource 60 facedata face[3]; // indexed by faceset, 0 == 32 bit or generic, 1 == 64, 2 == text
61 faceidx number; /* This is the image id. It should be the */ 61 faceidx number; /* This is the image id. It should be the */
62 /* same value as its position in the array */ 62 /* same value as its position in the array */
63 faceidx smooth; /* the smooth face for this face, or 0 */ 63 faceidx smooth; /* the smooth face for this face, or 0 */
64 uint8 type; // 0 normal face, otherwise other resource 64 uint8 type; // 0 normal face, otherwise other resource
65 uint8 smoothlevel; // smoothlevel is per-face in 2.x servers 65 uint8 smoothlevel; // smoothlevel is per-face in 2.x servers

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines