What is "Martin Cube"? Do you mean "Marching Cubes"? Volume representation attempts to render the full volumetric dataset by mapping scalar values to opacity (google volume rendering for more details) while Marching Cubes extracts an iso surface for a specific value(s) in the volumetric dataset and hence surfaces are rendered (google iso surface for details)
Utkarsh On Sun, Dec 2, 2012 at 1:43 AM, 岡秀樹 <[email protected]> wrote: > Dear developper, > > Could you show me what vtk functions > are used for Volume representation ? > It outputs different result from Martin Cube > algorithm. > > Best regards, > > Oka > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
