Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Public Member Functions | |
ImageSample (const unsigned int &s, const unsigned int &i, const REAL &u, const REAL &v, const REAL &p=1.0, const REAL &t=0.0) | |
Public Attributes | |
unsigned int | seed |
unique seed associated to the pixel | |
unsigned int | index |
index of the sample in the pixel | |
int | x |
X coordinate of the pixel in the image. | |
int | y |
Y coordinate of the pixel in the image. | |
GMathVec2< REAL > | img_uv |
UV coordinates of the sample in the image. | |
GMathVec2< REAL > | pix_uv |
UV coordinates of the sample in the pixel. | |
REAL | pix_pdf |
PDF of the sample for the pixel. | |
REAL | time |
time of the sample | |