RiMetroSamplingRenderer[ Render | Source | Search | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| RiMetroSamplingRenderer(); | |
| // Accessors | |
| void | SetRayCamera(RiRayCamera *camera); |
| void | SetSamplingPattern(const RiSamplePattern &pattern); |
| void | SetBackground(RiBackground *bg); |
| void | SetEnvironment(RiRayObject *obj); |
| // Members | |
| void | DoRender(); |
| protected: |
RiMetroSamplingRenderer();
Default Constructor
RiMetroSamplingRenderer();
void SetRayCamera(RiRayCamera *camera);
void SetSamplingPattern(const RiSamplePattern &pattern);
void SetBackground(RiBackground *bg);
void SetEnvironment(RiRayObject *obj);
virtual void DoRender();
| public: | ||
|---|---|---|
| void | Render(); | |
| // Members | ||
| void | DoRender(); | // pure virtual |
| void | SetImage(RiImage *img); | |
| RiImage & | GetImage(); | |
| // Accessors | ||
| void | SetRayCamera(RiRayCamera *camera); | |
| void | SetSamplingPattern(const RiSamplePattern &pattern); | |
| void | SetBackground(RiBackground *bg); | |
| void | SetEnvironment(RiRayObject *obj); | |
| protected: | ||
| void | Initialize(); | |
| void | Cleanup(); | |