camera.wrl 819 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #VRML V2.0 utf8
  2. DirectionalLight {
  3. direction 1 0 -1
  4. }
  5. PerspectiveCamera {
  6. position -8.6 2.1 5.6
  7. orientation -0.14 -1 -0.12 1.142
  8. focalDistance 10.84
  9. heightAngle 0.785398
  10. }
  11. OrthographicCamera {
  12. position 8.6 2.1 -5.6
  13. orientation -0.14 -1 -0.12 -1.142
  14. focalDistance 10.84
  15. height 5
  16. }
  17. Transform {
  18. translation 3 0 1
  19. children [
  20. Shape {
  21. appearance Appearance {
  22. material Material {diffuseColor 0 0 1}
  23. }
  24. geometry Sphere {
  25. radius 2.3
  26. }
  27. }
  28. ]
  29. }
  30. Transform {
  31. translation 2 2.5 1.25
  32. children [
  33. Anchor {
  34. url "https://threejs.org/"
  35. description "three.js"
  36. children [
  37. Shape {
  38. appearance Appearance {
  39. material Material {emissiveColor 1 1 0}
  40. }
  41. geometry Box {}
  42. }
  43. ]
  44. }
  45. ]
  46. }
粤ICP备19079148号