std::shared_ptr< Vector2i > m_offset
Definition decal.h:66
Anchor m_anchor
Definition decal.h:65
void setOffset(const Vector2i &offset)
static std::shared_ptr< Geometry > BackgroundGeometry
Definition decal.h:49
std::shared_ptr< Vector3f > m_position
Definition decal.h:64
static std::shared_ptr< Material > TransparentBackgroundMaterial
Definition decal.h:47
static std::shared_ptr< Material > OpaqueImageMaterial
Definition decal.h:42
Decal(const Vector3f &position)
Vector3f position() const
Anchor
Definition decal.h:30
static std::shared_ptr< Sampler > DecalSampler
Definition decal.h:50
static std::shared_ptr< Geometry > DecalGeometry
Definition decal.h:48
void setAnchor(Anchor anchor)
void setPosition(const Vector3f &position)
static std::shared_ptr< Material > OpaqueBackgroundMaterial
Definition decal.h:46
static std::shared_ptr< Material > TransparentTextMaterial
Definition decal.h:45
std::shared_ptr< Vector2i > m_size
Definition decal.h:67
static std::shared_ptr< Material > TransparentImageMaterial
Definition decal.h:43
std::shared_ptr< Vector2i > m_globalOffset
Definition decal.h:68
static std::shared_ptr< Material > OpaqueTextMaterial
Definition decal.h:44
The Node class represents a node in a scene graph. A scene graph is a hierarchicaldata stucture used ...
Definition node.h:31
The class Vector2i inherits from the templated class of Vector2, and the template parameters are spec...
Definition vector.h:255
The class Vector3f inherits from the templated class of Vector3, and the template parameters are spec...
Definition vector.h:322