public interface ImageSampler
Modifier and Type | Method and Description |
---|---|
boolean |
prepare(Options options,
Scene scene,
int w,
int h)
Prepare the sampler for rendering an image of w x h pixels
|
void |
render(Display display)
Render the image to the specified display.
|
boolean prepare(Options options, Scene scene, int w, int h)
w
- width of the imageh
- height of the imagevoid render(Display display)
display
- Display driver to send image data toCopyright © 2019. All rights reserved.