I did it wrong on the color and alpha blending in this post. Please refer to [Notebook] [GIF] Color Notes - Alpha blending done properly for more details!
Thank you for your kind words! The (* foreground - blue column: *) part, which is an "iconized" Sequence[...], seems to cause some warning messages, so I inactivate ParametricPlot3D to allow the iconized form expanding first.
(* foreground - blue column: *)
Sequence[...]
ParametricPlot3D
A simple demonstration:
-- you have earned Featured Contributor Badge Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!
Nice!! Great read and I learned a lot. Just curious about the inactivate/activate use of parametricplot3d. Why do you use that. I'll read your post more because there's a lot to digest.