Go to the documentation of this file.
26 #if !defined(INCLUDED_MESHENTITYMESSAGES_H)
27 #define INCLUDED_MESHENTITYMESSAGES_H
31 #define INFO_ROW_FORMAT "On row %d:\n S natural scale: %f\n S tiles: %f\n S min: %f\n S max: %f\n\n"
32 #define INFO_ROW_INFSCALE_FORMAT "On row %d:\n S scale: (infinite)\n S tiles: %f\n S min: %f\n S max: %f\n\n"
33 #define INFO_COL_FORMAT "On column %d:\n T natural scale: %f\n T tiles: %f\n T min: %f\n T max: %f\n\n"
34 #define INFO_COL_INFSCALE_FORMAT "On column %d:\n T scale: (infinite)\n T tiles: %f\n T min: %f\n T max: %f\n\n"
35 #define INFO_MESH_FORMAT "Over entire mesh:\n Rows: %d\n S min: %f\n S max: %f\n Columns: %d\n T min: %f\n T max: %f\n\nWorldspace extents: (%.2f/%.2f,%.2f/%.2f,%.2f/%.2f)"
40 #define WARNING_ROW_INFSCALE "The selected reference row has an infinite scale (S does not vary along the row). The row information cannot be automatically transferred to the Set S/T Scale dialog."
41 #define WARNING_COL_INFSCALE "The selected reference column has an infinite scale (T does not vary along the column). The column information cannot be automatically transferred to the Set S/T Scale dialog."
46 #define ERROR_BAD_MESH "Unable to read patch mesh."
47 #define ERROR_BAD_ROW "Illegal row # specified."
48 #define ERROR_BAD_COL "Illegal column # specified."
49 #define ERROR_ROW_ZEROSCALE "A scale of zero cannot be applied; the S values of the row will not be changed."
50 #define ERROR_COL_ZEROSCALE "A scale of zero cannot be applied; the T values of the column will not be changed."
51 #define ERROR_ROW_ZEROTILES "A tile count of zero cannot be applied; the S values of the row will not be changed."
52 #define ERROR_COL_ZEROTILES "A tile count of zero cannot be applied; the T values of the column will not be changed."
55 #endif // #if !defined(INCLUDED_MESHENTITYMESSAGES_H)