#include <halo.h>
Inheritance diagram for iNovaHalo:
Public Methods | |
virtual void | SetRandomSeed (int s)=0 |
Set random seed for generating the halo. | |
virtual int | GetRandomSeed ()=0 |
Get random seed. | |
virtual void | SetSpokeCount (int s)=0 |
Set the number of halo spokes. | |
virtual int | GetSpokeCount ()=0 |
Get the number of halo spokes. | |
virtual void | SetRoundnessFactor (float r)=0 |
Set the roundness factor. | |
virtual float | GetRoundnessFactor ()=0 |
Get the roundness factor. |