Struct Material::TextureRef
Defined in File libcacaoformats.hpp
Nested Relationships
This struct is a nested type of Struct Material.
Struct Documentation
-
struct TextureRef
Simple struct to represent a texture asset path and indicate if it’s a cubemap.
Public Members
-
std::string path
Asset path.
-
bool isCubemap
Is this a cubemap (true) or a 2D texture (false)?
-
std::string path