|
VTK
|
Functions | |
| osp::Texture2D * | VTKToOSPTexture (vtkImageData *vColorTextureMap) |
| Manufacture an ospray texture from a 2d vtkImageData. More... | |
| void | MakeMaterials (vtkOSPRayRendererNode *orn, osp::Renderer *oRenderer, std::map< std::string, osp::Material *> &mats) |
| Construct a set of ospray materials for all of the material names. More... | |
| osp::Material * | MakeMaterial (vtkOSPRayRendererNode *orn, osp::Renderer *oRenderer, std::string nickname) |
| Construct one ospray material within the given renderer that corresponds to the visual characteristics set out in the named material in the material library. More... | |
| osp::Texture2D* vtkOSPRayMaterialHelpers::VTKToOSPTexture | ( | vtkImageData * | vColorTextureMap | ) |
Manufacture an ospray texture from a 2d vtkImageData.
| void vtkOSPRayMaterialHelpers::MakeMaterials | ( | vtkOSPRayRendererNode * | orn, |
| osp::Renderer * | oRenderer, | ||
| std::map< std::string, osp::Material *> & | mats | ||
| ) |
Construct a set of ospray materials for all of the material names.
| osp::Material* vtkOSPRayMaterialHelpers::MakeMaterial | ( | vtkOSPRayRendererNode * | orn, |
| osp::Renderer * | oRenderer, | ||
| std::string | nickname | ||
| ) |
Construct one ospray material within the given renderer that corresponds to the visual characteristics set out in the named material in the material library.
1.8.14