#include <cstdio>
#include <cstdlib>
#include <cstring>
#include "Skybox.h"
#include "Image.h"
Go to the source code of this file.
ImageFile load_ppm_file |
( |
const char * |
ppm_file_name | ) |
|
Reads the pixmap file and loads the texture image information into Image struct.
- Parameters
-
ppm_file_name | Path to the .ppm file. |
- Returns
- Filled TextureImage struct with texture image params and data.
Definition at line 29 of file Image.cpp.