Use Regions as Slices
Plot a function over a 3D scan.
In[1]:=
In[2]:=
SliceDensityPlot3D[
Sin[x/10] Cos[y/10] + z/100, person, {x, y, z} \[Element] person,
BoxRatios -> Automatic, ViewPoint -> {0.35`, 3.25`, 0.9}]
Out[2]=
Plot a function over a 3D scan.
SliceDensityPlot3D[
Sin[x/10] Cos[y/10] + z/100, person, {x, y, z} \[Element] person,
BoxRatios -> Automatic, ViewPoint -> {0.35`, 3.25`, 0.9}]