LightBuffers Module
Convenience builders for LightBuffers.
Functions and values
| Function or value |
Description
|
|
Resets all light accumulators to empty.
|
Full Usage:
create dirCapacity pointCapacity spotCapacity
Parameters:
int
pointCapacity : int
spotCapacity : int
Returns: LightBuffers
|
Creates an empty accumulator with the given initial capacities.
|
|
Default-capacity empty accumulator (3 dir / 8 point / 4 spot).
|
Mibo