MapMaker
|
3DMapMaker用Load関数とデータ型 [詳解]
クラス | |
struct | MapMaker::_TAG_MAPDATA |
名前空間 | |
MapMaker | |
型定義 | |
typedef struct MapMaker::_TAG_MAPDATA | MapMaker::MAPDATA |
関数 | |
bool | MapMaker::isBinaryFile (string _filename) |
bool | MapMaker::LoadMatrixFile (string _filename, D3DXMATRIX *_world) |
行列読込用 matファイルやviewファイルを読み込みます [詳解] | |
bool | MapMaker::LoadMatrixListFile (string _filename, vector< D3DXMATRIX > &_MatList) |
行列リスト読込用 matListファイルを読み込みます [詳解] | |
bool | MapMaker::LoadMapFile (string _filename, vector< MAPDATA > &_MapList) |
マップファイル読込用 mapファイルを読み込みます [詳解] | |
3DMapMaker用Load関数とデータ型
2016/03/17