<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Hello, <BR>
<BR>
I'd like to visualize volumes on a curvilinear grid. I've looked vtkUnstructuredGrid and its seems to be more applicable for unstructured meshes. Please correct me if I'm wrong. <BR>
<BR>
I was playing around with SimpleRayCast example since it loads and renders StructuredPoints . I was wondering whether there are any examples that load unstructured volumes and would greatly appreciate any other tips in this regard. <BR>
Thanks. <BR>
<BR>
Regards,<BR>
<BR>
Alark<BR>
<BR>
<BR></body>
</html>