circle(3)
NAME
Circle - A 2D glyph.
SYNOPSIS
Public Member Functions
Circle (GlyphContext *gc=NULL)
virtual ~Circle ()
virtual void getIncludeBoundingBox (BoundingBox &boundingBox)
virtual void draw (node n, float lod)
Protected Member Functions
void drawCircle ()
void drawCircleBorder ()
Detailed Description
A 2D glyph.
This glyph draws a textured disc using the 'viewTexture' node property
value. If this property has no value, the disc is then colored using
the 'viewColor' node property value.
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.