[osg-users] View volume image on web

Robert Osfield robert.osfield at gmail.com
Thu May 21 07:52:45 PDT 2015


Hi Clement,

On 21 May 2015 at 12:43,  <Clement.Chu at csiro.au> wrote:
>   Thanks for your information.  I am thinking whether it is easy way to show the volume image on web page.  I also found some examples using texture2d to form volume rendering.  I may try this option.  Thanks.

With WegGL I think the best option would be a stack of axis aligned 2D
images that you render from back face to front face to build up the
the 3D volume.  The results won't be as good as you can do with a full
 Texture3D but it might be good enough.

The other approach would be to create a browser plugin, then you'd
have full access to OpenGL.

Robert.



More information about the osg-users mailing list