Advertisement
Matthen

Stereoscopic Polyhedra

Jun 4th, 2011
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. \[Phi] = 0.1; Manipulate[
  2. g = {Opacity[0.5], PolyhedronData[p, "Faces"]};
  3. GraphicsGrid[{{
  4. Graphics3D[g,
  5. ViewPoint -> {10 Sin[\[Theta]], 10 Cos[\[Theta]], 3},
  6. Boxed -> False],
  7. Graphics3D[g,
  8. ViewPoint -> {10 Sin[\[Theta] + \[Phi]],
  9. 10 Cos[\[Theta] + \[Phi]], 3}, Boxed -> False]
  10. }}]
  11. , {\[Theta], 0, 2 Pi},
  12. {p, PolyhedronData[All]}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement