Function Repository Resource:

DynamicFaceGridsBehind

Source Notebook

Show FaceGrids on the rear of a 3D graphic

Contributed by: Jon McLoone

ResourceFunction["DynamicFaceGridsBehind"][graphic3d]

shows graphic3d with FaceGrids dynamically updating to be on the furthest box faces from the viewpoint.

Examples

Basic Examples (2) 

Show a Plot3D with FaceGrids behind:

In[1]:=
ResourceFunction["DynamicFaceGridsBehind"][
 Plot3D[Sin[x y], {x, 0, 4}, {y, 0, 4}]]
Out[1]=

Rotating the graphic dynamically updates the FaceGrids so that they move to the furthest faces:

Publisher

Jon McLoone

Requirements

Wolfram Language 11.3 (March 2018) or above

Version History

  • 2.0.0 – 20 March 2019
  • 1.0.0 – 27 February 2019

License Information