![]() |
Public API Reference |
#include <halo.h>
Inheritance diagram for csNovaHalo:
Public Methods | |
csNovaHalo (int seed, int num_spokes, float roundness) | |
Create a halo object. More... | |
virtual unsigned char * | Generate (int Size) |
Generate the alphamap for this halo of size Size x Size. More... | |
Public Attributes | |
int | Seed |
Random seed for generating halo. More... | |
int | NumSpokes |
Number of halo spokes. More... | |
float | Roundness |
The "roundness" factor. More... | |
csNovaHalo::NovaHalo | scfiNovaHalo |
iNovaHalo implementation. More... |
Definition at line 96 of file csengine/halo.h.
|
Create a halo object.
|
|
Generate the alphamap for this halo of size Size x Size.
Implements csHalo. |
|
Number of halo spokes.
Definition at line 102 of file csengine/halo.h. |
|
The "roundness" factor.
Definition at line 104 of file csengine/halo.h. |
|
iNovaHalo implementation.
|
|
Random seed for generating halo.
Definition at line 100 of file csengine/halo.h. |