32 std::shared_ptr<Image2D>
image()
const;
37 std::shared_ptr<Image2D> m_image;
40 std::shared_ptr<ImageDecal>
_imageDecal(
const std::shared_ptr<Image2D>& image,
const Vector3f& position);
Vector3f position() const
Definition imagedecal.h:27
ImageDecal(const std::shared_ptr< Image2D > &image, const Vector3f &position)
std::shared_ptr< Image2D > image() const
void setImage(const std::shared_ptr< Image2D > &image)
The class Vector3f inherits from the templated class of Vector3, and the template parameters are spec...
Definition vector.h:322
std::shared_ptr< ImageDecal > _imageDecal(const std::shared_ptr< Image2D > &image, const Vector3f &position)