Advertisement
Guest User

solar

a guest
Sep 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. #VRML V2.0 utf8
  2. Background{
  3. bottomUrl"Imagenes/fondo.jpg"
  4. backUrl"Imagenes/fondo.jpg"
  5. frontUrl"Imagenes/fondo.jpg"
  6. leftUrl"Imagenes/fondo.jpg"
  7. rightUrl"Imagenes/fondo.jpg"
  8. topUrl"Imagenes/fondo.jpg"
  9. }
  10.  
  11. DirectionalLight{
  12. ambientIntensity 0.5
  13. color 1 1 1
  14. intensity 0
  15. direction -0.5 -0.5 0
  16. }
  17.  
  18. Transform{
  19. translation 0 0 0
  20. children[
  21. Anchor{
  22. children Shape{
  23. geometry Sphere{radius 3}
  24. appearance Appearance{
  25. material Material{diffuseColor 1 1 1}
  26. texture ImageTexture{url"Imagenes/sol.jpg"}
  27. }
  28. }
  29. url"https://es.wikipedia.org/wiki/Sol"
  30. }
  31. ]
  32. }
  33.  
  34. Transform{
  35. translation -4 0 0
  36. children[
  37. Anchor{
  38. children Shape{
  39. geometry Sphere{radius 0.5}
  40. appearance Appearance{
  41. material Material{diffuseColor 1 1 1}
  42. texture ImageTexture{url"Imagenes/mercurio.jpg"}
  43. }
  44. }
  45. url"https://es.wikipedia.org/wiki/Mercurio_(planeta)"
  46. }
  47. ]
  48. }
  49.  
  50. Transform{
  51. translation -6 0 0
  52. children[
  53. Anchor{
  54. children Shape{
  55. geometry Sphere{radius 0.7}
  56. appearance Appearance{
  57. material Material{diffuseColor 1 1 1}
  58. texture ImageTexture{url"Imagenes/venus.jpg"}
  59. }
  60. }
  61. url"https://es.wikipedia.org/wiki/Venus_(planeta)"
  62. }
  63. ]
  64. }
  65.  
  66. Transform{
  67. translation -8 0 0
  68. children[
  69. Anchor{
  70. children Shape{
  71. geometry Sphere{radius 0.7}
  72. appearance Appearance{
  73. material Material{diffuseColor 1 1 1}
  74. texture ImageTexture{url"Imagenes/tierra.jpg"}
  75. }
  76. }
  77. url"https://es.wikipedia.org/wiki/Venus_(planeta)"
  78. }
  79. ]
  80. }
  81.  
  82. Transform{
  83. translation -9.5 0 0
  84. children Shape{
  85. geometry Sphere{
  86. radius 0.5
  87. }
  88. appearance Appearance{
  89. material Material{
  90. diffuseColor 1 1 1
  91. }
  92. texture ImageTexture{
  93. url"Imagenes/marte.png"
  94. }
  95. }
  96. }
  97. }
  98.  
  99. Transform{
  100. translation -13 0 0
  101. children Shape{
  102. geometry Sphere{
  103. radius 2.5
  104. }
  105. appearance Appearance{
  106. material Material{
  107. diffuseColor 1 1 1
  108. }
  109. texture ImageTexture{
  110. url"Imagenes/jupiter.jpg"
  111. }
  112. }
  113. }
  114. }
  115.  
  116. Transform{
  117. translation -18 0 0
  118. children Shape{
  119. geometry Sphere{
  120. radius 2
  121. }
  122. appearance Appearance{
  123. material Material{
  124. diffuseColor 1 1 1
  125. }
  126. texture ImageTexture{
  127. url"Imagenes/saturno.jpg"
  128. }
  129. }
  130. }
  131. }
  132.  
  133. Transform{
  134. translation -21 0 0
  135. children Shape{
  136. geometry Sphere{
  137. radius 0.7
  138. }
  139. appearance Appearance{
  140. material Material{
  141. diffuseColor 1 1 1
  142. }
  143. texture ImageTexture{
  144. url"Imagenes/urano.jpg"
  145. }
  146. }
  147. }
  148. }
  149.  
  150. Transform{
  151. translation -23 0 0
  152. children Shape{
  153. geometry Sphere{
  154. radius 0.7
  155. }
  156. appearance Appearance{
  157. material Material{
  158. diffuseColor 1 1 1
  159. }
  160. texture ImageTexture{
  161. url"Imagenes/neturno.jpg"
  162. }
  163. }
  164. }
  165. }
  166.  
  167. Transform{
  168. translation -24.5 0 0
  169. children Shape{
  170. geometry Sphere{
  171. radius 0.4
  172. }
  173. appearance Appearance{
  174. material Material{
  175. diffuseColor 1 1 1
  176. }
  177. texture ImageTexture{
  178. url"Imagenes/pluton.jpg"
  179. }
  180. }
  181. }
  182. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement