visreg icon indicating copy to clipboard operation
visreg copied to clipboard

visreg3d() for 3D isosurface with library plot3d and plot3drgl ?

Open HaoLi111 opened this issue 6 years ago • 0 comments

As title, E.g. isosurface plot: the values on each surface of the same color is the same.

usually we use a transparency option to avoid hidden surfaces.

plot3d gives relatively low speed 3d rendering in grdevice, whereas plot3drgl launches an gl device

the default number of levels may be set to 3-5 corresponding to certain statistical proportion of statistics of the predicted volumetric data. default transparency may be set to .4-.6

image

e.g.

autoVisi:: vmap((function(x,y,z) x^2+y^2+z^2),'u3d')

HaoLi111 avatar Jun 09 '19 14:06 HaoLi111