![]() |
RAMSES Documentation
27.0.130
Information for RAMSES users and developers
|
Groups the scene objects needed to render a text line. More...
#include <TextLine.h>
Public Attributes | |
MeshNode * | meshNode = nullptr |
Mesh node that represents the text. More... | |
std::size_t | atlasPage = std::numeric_limits<std::size_t>::max() |
Index to the atlas page containing the glyphs. More... | |
GlyphMetricsVector | glyphs |
Glyph metrics of the original string characters. More... | |
ArrayBuffer * | positions = nullptr |
Stores vertex data for the text line quads. More... | |
ArrayBuffer * | textureCoordinates = nullptr |
Stores texture coordinate data for the text line quads. More... | |
ArrayBuffer * | indices = nullptr |
Stores index data for the text line quads. More... | |
Groups the scene objects needed to render a text line.
std::size_t ramses::TextLine::atlasPage = std::numeric_limits<std::size_t>::max() |
Index to the atlas page containing the glyphs.
GlyphMetricsVector ramses::TextLine::glyphs |
Glyph metrics of the original string characters.
ArrayBuffer* ramses::TextLine::indices = nullptr |
Stores index data for the text line quads.
MeshNode* ramses::TextLine::meshNode = nullptr |
Mesh node that represents the text.
ArrayBuffer* ramses::TextLine::positions = nullptr |
Stores vertex data for the text line quads.
ArrayBuffer* ramses::TextLine::textureCoordinates = nullptr |
Stores texture coordinate data for the text line quads.