bloopers.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <p><head>
  2. <title>dark dimension</title>
  3. <link rel="stylesheet" href="style.css"/>
  4. <link rel="shortcut icon" href="favicon.ico">
  5. </head></p>
  6. <p><img src="logo.png" style="width: 100px;"/></p>
  7. <h2>dark dimension</h2>
  8. <h4><a href="index.html">home</a> | <a href="games.html">games</a> | <a href="comics.html">comics</a> | <a href="sounds.html">sounds</a> | <a href="contact.html">contact</a> | <a href="bloopers.html">bloopers</a> | <a href="projects.html">memories</a></h4>
  9. <hr />
  10. <h2>checkers error</h2>
  11. <p><img src="https://i.imgur.com/1CQe7TA.png" style="width:400px"/></p>
  12. <p>i was experimenting with giving different colors to each vertex.
  13. then i decided to edit the colors to give some sort of &ldquo;fake lighting&rdquo; on them. one thing led to another,
  14. and when i compiled and run the game i got a checkers thingy! no that&rsquo;s not a texture!</p>
  15. <p>2016.04.03</p>
  16. <hr />
  17. <h2>undefined behaviour</h2>
  18. <!--<iframe width="560" height="315" src="https://www.youtube.com/embed/QxkwhkOYOoo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>-->
  19. <p><video width="400" autoplay loop muted>
  20. <source src="https://s1.webmshare.com/KwL9r.webm" type="video/webm"></source>
  21. browser has no video tag
  22. </video></p>
  23. <p>here i was trying to make a font. but i did something wrong (with pointers obviously) which
  24. brought some undefined behavior. i&rsquo;m not sure why visually it&rsquo;s behaving like this, but i loved it!</p>
  25. <p>2016.04.03</p>
  26. <hr />
  27. <h2>manual matrix rotation</h2>
  28. <p><video width="400" autoplay loop muted>
  29. <source src="https://s1.webmshare.com/5EQ5B.webm" type="video/webm"></source>
  30. browser has no video tag
  31. </video></p>
  32. <p>my inner perfectionist wanted to do matrix rotation manually (just so I could understand what is happening).
  33. i learned how to do euler&rsquo;s rotation for 1 axis. tried to study quaternions. gave up (for now).
  34. then a wild idea came, &ldquo;why not use euler&rsquo;s rotation on multiple axis?&rdquo;. well, the result is what happened on the video.
  35. at least my curiosity is satisfied.</p>
  36. <p>2016.04.03</p>
  37. <hr />
  38. <h2>undefined shader colors</h2>
  39. <p><video width="400" autoplay loop muted>
  40. <source src="https://s1.webmshare.com/9Vd5D.webm" type="video/webm"></source>
  41. browser has no video tag
  42. </video></p>
  43. <p>the only thing i did was to supply to the shaders (that expect colors) an uninitialized pointer.
  44. i was expecting that it would be random colors (like in the video) but I thought it wouldn&rsquo;t change.</p>
  45. <p>2016.04.03</p>
  46. <hr />
  47. <p><em>this is the home of dark dimension</em></p>