![]() |
Public API Reference |
#include <halo.h>
Inheritance diagram for iNovaHalo:

Public Methods | |
| virtual void | SetRandomSeed (int s)=0 |
| Set random seed for generating the halo. More... | |
| virtual int | GetRandomSeed ()=0 |
| Get random seed. More... | |
| virtual void | SetSpokeCount (int s)=0 |
| Set the number of halo spokes. More... | |
| virtual int | GetSpokeCount ()=0 |
| Get the number of halo spokes. More... | |
| virtual void | SetRoundnessFactor (float r)=0 |
| Set the roundness factor. More... | |
| virtual float | GetRoundnessFactor ()=0 |
| Get the roundness factor. More... | |
Definition at line 81 of file iengine/halo.h.
|
|
Get random seed.
Implemented in csNovaHalo::NovaHalo. |
|
|
Get the roundness factor.
Implemented in csNovaHalo::NovaHalo. |
|
|
Get the number of halo spokes.
Implemented in csNovaHalo::NovaHalo. |
|
|
Set random seed for generating the halo.
Implemented in csNovaHalo::NovaHalo. |
|
|
Set the roundness factor.
Implemented in csNovaHalo::NovaHalo. |
|
|
Set the number of halo spokes.
Implemented in csNovaHalo::NovaHalo. |