public class GlowingPoint extends ForwardOrientedTexture
A glowing 3D point rendered with a circular gradient texture.

This class creates and reuses textures for glowing points of the same color. The texture is a circle with an alpha gradient from center to edge, ensuring a consistent visual appearance regardless of viewing angle.

The static set of glowing points enables texture sharing and garbage collection of unused textures via WeakHashMap.

  • Constructor Details

    • GlowingPoint

      public GlowingPoint(Point3D point, double pointSize, Color color)