Inheritance diagram for DVR::Graphics::TFRayCaster:
Public Member Functions | |
TFRayCaster () | |
void | Render (DVR.Data data, Camera camera, Bitmap bitmap, Color backGround, TransferFunction TF, Object[] options) |
|
Constructor. |
|
Renders the data with a raycasting algorithm which uses the provided transfer function to calc the color of each pixel. The data to render. The camera of the scene. The bitmap surface to render the image to. The background color of the image. The transferfunction to render the image with. Implements DVR::Graphics::IRayCaster. |