How to | Create 3D Graphics

3D graphics can be created with a number of powerful Wolfram Language functions. 3D graphics in the Wolfram Language can be rotated and zoomed using a standard mouse or even a joystick or gamepad.

Create a sphere using Graphics3D:

Visualize the equation using Plot3D:

Use ContourPlot3D to make a hyperboloid of one sheet:

Using ParametricPlot3D is another way to make 3D graphics:

Use RevolutionPlot3D to make a 3D graphic by revolving a function curve around the axis:

Use SphericalPlot3D to plot a 3D surface given in spherical coordinates:

Use ListPointPlot3D to make 3D graphics of a set of points on a quadruple helix: