Hi Clement, On 21 May 2015 at 12:43, <[email protected]> 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. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

