Struct to store camera tile information for tiled rendering. More...
#include <RadiationModel.h>
Data Fields | |
| helios::int2 | resolution |
| Tile dimensions (width, height) | |
| helios::int2 | offset |
| Tile offset in full image (x, y) | |
Struct to store camera tile information for tiled rendering.
Definition at line 429 of file RadiationModel.h.
| helios::int2 CameraTile::offset |
Tile offset in full image (x, y)
Definition at line 431 of file RadiationModel.h.
| helios::int2 CameraTile::resolution |
Tile dimensions (width, height)
Definition at line 430 of file RadiationModel.h.