![]() |
3DCoat
3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
|
Class of the image object. Contains the image properties. More...
#include <gltf.h>
Public Member Functions | |
| const cStr | Url () const |
| Sets/Gets the URL. More... | |
| void | MimeType (const char *_miType) |
| Sets/Gets the mimetype string (for example "image/jpeg") More... | |
| cList< unsigned char > & | GetData () |
| Gets the image data. More... | |
| void | SetBuffview (int ibufview) |
| Sets the buffer view index. More... | |
| bool | CopyImageFromFile (const cStr &file) |
| Copies the image data from file. More... | |
Class of the image object. Contains the image properties.
Inheritance diagram for gltf::gImage:| bool gltf::gImage::CopyImageFromFile | ( | const cStr & | file | ) |
Copies the image data from file.
| file | file name |
References GetData().
Referenced by gltf::gltfExporter::writeTextures().
|
inline |
|
inline |
Sets/Gets the mimetype string (for example "image/jpeg")
| _miType | mime type string |
|
inline |
Sets the buffer view index.
| ibufview | index value |
|
inline |