String constants for messages shown in dialogs.
More...
Go to the source code of this file.
Macros |
|
#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" |
#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" |
#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" |
#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" |
#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)" |
|
#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." |
#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." |
|
#define | ERROR_BAD_MESH "Unable to read patch mesh." |
#define | ERROR_BAD_ROW "Illegal row # specified." |
#define | ERROR_BAD_COL "Illegal column # specified." |
#define | ERROR_ROW_ZEROSCALE "A scale of zero cannot be applied; the S values of the row will not be changed." |
#define | ERROR_COL_ZEROSCALE "A scale of zero cannot be applied; the T values of the column will not be changed." |
#define | ERROR_ROW_ZEROTILES "A tile count of zero cannot be applied; the S values of the row will not be changed." |
#define | ERROR_COL_ZEROTILES "A tile count of zero cannot be applied; the T values of the column will not be changed." |
Detailed Description
String constants for messages shown in dialogs.