MapMaker
|
3DMapMaker用Load関数とデータ型 [詳解]
#include <windows.h>
#include <iostream>
#include <string>
#include <vector>
#include <fstream>
#include <d3dx9.h>
名前空間 | |
MapMaker | |
関数 | |
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