Uses of Class
heronarts.glx.shader.Text3d
Packages that use Text3d
-
Uses of Text3d in heronarts.glx
Fields in heronarts.glx declared as Text3d -
Uses of Text3d in heronarts.glx.shader
Methods in heronarts.glx.shader that return Text3dModifier and TypeMethodDescriptionText3d.reset()Text3d.setBackgroundColorARGB(int backgroundColorARGB) Text3d.setLabel(Text3d.Label label) Text3d.setTextColorARGB(int textColorARGB) Text3d.setTextOffset(float textOffsetX, float textOffsetY) Text3d.setTextOrientation(Text3d.TextOrientation textOrientation) Text3d.setTextPosition(float x, float y, float z) Text3d.setTextPosition(org.joml.Vector3f textPosition) Text3d.setTextScale(Text3d.TextScale textScale) Text3d.setTextSize(float textSize)