Tulip  5.2.1
Large graphs analysis and drawing
tlp::AroundTexturedSphere Class Reference

#include <AroundTexturedSphere.h>

Inherits NoShaderGlyph.

Public Member Functions

 AroundTexturedSphere (const tlp::PluginContext *context=nullptr, const std::string &aroundTextureFile="", unsigned char alphaVal=255)
 
void draw (node n, float) override
 
void getIncludeBoundingBox (BoundingBox &boundingBox, node) override
 

Static Public Member Functions

static void drawGlyph (const Color &glyphColor, const Size &glyphSize, const string &texture, const string &texturePath, const string &aroundTextureFile, unsigned char alpha=255)
 

Detailed Description

A 3D glyph.

This glyph draws a sphere using the "viewColor" node property value. and apply a texture around it

Definition at line 45 of file AroundTexturedSphere.h.