Package icyllis.arc3d.granite
Class BakedGlyph
java.lang.Object
icyllis.arc3d.granite.DrawAtlas.PlotLocator
icyllis.arc3d.granite.DrawAtlas.AtlasLocator
icyllis.arc3d.granite.BakedGlyph
This class holds information for a glyph about its pre-rendered image in a
GPU texture.
-
Field Summary
Fields inherited from class icyllis.arc3d.granite.DrawAtlas.AtlasLocator
u1, u2, v1, v2
Fields inherited from class icyllis.arc3d.granite.DrawAtlas.PlotLocator
kMaxPages, kMaxPlots
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
chooseMaskFormat
(byte mask) static int
chooseMaskFormat
(@NonNull Glyph glyph) Methods inherited from class icyllis.arc3d.granite.DrawAtlas.AtlasLocator
height, insetRect, setRect, toString, width
Methods inherited from class icyllis.arc3d.granite.DrawAtlas.PlotLocator
getGeneration, getPageIndex, getPlotIndex, isValid, setGeneration, setLocation, setLocation
-
Constructor Details
-
BakedGlyph
public BakedGlyph()
-
-
Method Details
-
chooseMaskFormat
public static int chooseMaskFormat(byte mask) -
chooseMaskFormat
-