#include <TexCoord.h>
Public Types | |
| enum | Type { typeNone = 0, type1 = 1, type2 = 2, type3 = 3, type4 = 4, typeMax } |
| テクスチャ座標タイプ | |
Static Public Member Functions | |
| String | texCoordTypeToString (Type texCoordType) |
| テクスチャ座標タイプから文字列への変換 | |
| Type | texCoordTypeFromString (const String &texCoordTypeString) |
| 文字列からテクスチャ座標タイプへの変換 | |
Static Public Attributes | |
| const int | maxSetCount = 8 |
| 最大テクスチャ座標セット数 | |
Definition at line 34 of file TexCoord.h.
|
|
文字列からテクスチャ座標タイプへの変換
Definition at line 48 of file TexCoord.cpp. References Lamp::String::equals(), and ErrorOut. |
|
|
テクスチャ座標タイプから文字列への変換
Definition at line 41 of file TexCoord.cpp. References Assert. |
1.3.2