Advertisement
Guest User

Untitled

a guest
May 24th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <!DOCTYPE html >
  2. <html id="htmlId">
  3. <body>
  4. <canvas id="canvasGL"></canvas>
  5. <canvas id="canvasTex" width="512" height="512" style="display: none;"></canvas>
  6. <div style="display:none;">
  7. <img id="source" src="background.jpg" width="0" height="0">
  8. <img id="source1" src="fire1.png" width="0" height="0">
  9. <img id="source2" src="earth1.png" width="0" height="0">
  10. <img id="source4" src="sun1.png" width="0" height="0">
  11. <img id="source5" src="air1.png" width="0" height="0">
  12. <img id="source6" src="water1.png" width="0" height="0">
  13. </div>
  14. <script src="skybox_utils.js"></script>
  15. <script src="cube-demo.js"></script>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement