Lagrange
|
Image structure that can store either image data or reference to an image file. More...
#include <lagrange/scene/Scene.h>
Public Attributes | |
std::string | name |
Image name. Not guaranteed to be unique and can be empty. | |
ImageBufferExperimental | image |
Image data. | |
fs::path | uri |
Image file path. More... | |
Extensions | extensions |
Image extensions. | |
Image structure that can store either image data or reference to an image file.
fs::path uri |
Image file path.
This path is relative to the file that contains the scene. It is only valid if image data should be mapped to an external file.