The TextureImages class represents a component that stores the textures used by a mesh....
Definition texture_images.h:103
The TexturePaths class represents a component that stores the paths of the textures used by a mesh....
Definition texture_paths.h:81
std::conditional_t< STORE_TEXTURE_IMAGES, TextureImages, TexturePaths > Textures
Definition mesh_components.h:82