<div>Hi all,</div>
<div>&nbsp;</div>
<div>I am trying to do a volume rendering of a large data set.&nbsp;I has a group of points, each point defined by&nbsp;: a position&nbsp;[ X, Y, Z&nbsp;] and a Scalar.&nbsp;&nbsp;&nbsp;&nbsp;</div>
<div>The implemented volume rendering techniques (RayCast,..)&nbsp;require&nbsp;a structured grid or an unstructured grid&nbsp;as input.&nbsp;</div>
<div>&nbsp;</div>
<div>For this purpose, I tried different ways :</div>
<div>&nbsp;</div>
<div>1) Cloud Points -&gt; PolyData -&gt; DataSetTriangleFilter </div>
<div>&nbsp;</div>
<div>Problem : No data on the screen ! </div>
<div>&nbsp;</div>
<div>errors like &nbsp;: </div>
<div>- Input contains more than&nbsp;tetrahedra - only tetrahedra are supported&nbsp;</div>
<div>or</div>
<div>- Degenerate topology&nbsp; cell face used more than twice</div>
<div>&nbsp;</div>
<div>2) build directly an UnstructuredGrid (with only Tetrahedra)</div>
<div>&nbsp;</div>
<div>
<div>Problem : No data on the screen ! </div></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Please let me know&nbsp;the correct / best way to do this.</div>
<div>&nbsp;</div>
<div>Thanks in advance,</div>
<div>Amine</div>
<div>&nbsp;</div>