orange451 [Lexaloffle Blog Feed]https://www.lexaloffle.com/bbs/?uid=11404 Pico8 3d renderer <p>Version 1.3<br /> <table><tr><td> <a href="/bbs/?pid=16279#p"> <img src="/bbs/thumbs/pico16413.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=16279#p"> Pico8 3d renderer 1.3</a><br><br> by <a href="/bbs/?uid=11404"> orange451</a> <br><br><br> <a href="/bbs/?pid=16279#p"> [Click to Play]</a> </td></tr></table> </p> <p>Version 1.2b:<br /> <table><tr><td> <a href="/bbs/?pid=16279#p"> <img src="/bbs/thumbs/pico16296.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=16279#p"> Pico8 3d renderer 1.2b 1.2b</a><br><br> by <a href="/bbs/?uid=11404"> orange451</a> <br><br><br> <a href="/bbs/?pid=16279#p"> [Click to Play]</a> </td></tr></table> </p> <p>Version 1.0:<br /> <table><tr><td> <a href="/bbs/?pid=16279#p"> <img src="/bbs/thumbs/pico16278.png" style="height:256px"></a> </td><td width=10></td><td valign=top> <a href="/bbs/?pid=16279#p"> Pico8 3d renderer 1.0</a><br><br> by <a href="/bbs/?uid=11404"> orange451</a> <br><br><br> <a href="/bbs/?pid=16279#p"> [Click to Play]</a> </td></tr></table> <br /> Here's a 3d renderer I've been making.</p> <p>I made most everything pretty modular, so it's easy to add in custom meshes and draw them at any position. I set it up to work similarly to OpenGL3</p> <p>Version 1.2 Update:</p> <ul> <li>Added Matrix scaling</li> <li>Optimized vertex projecting</li> <li>Added triangle rasterization and sorting. Rasterization is QUITE slow... If anyone could help speed it up, that'd be awesome! :)</li> </ul> <p>Version 1.2b Update:</p> <ul> <li>Improved Rasterization functionality</li> </ul> <p>Version 1.3 Update:</p> <ul> <li>Adopted NuSan's triangle rasterization.</li> <li>Wrote a billboard system (requires user-defined texture regions)</li> </ul> https://www.lexaloffle.com/bbs/?tid=2731 https://www.lexaloffle.com/bbs/?tid=2731 Thu, 05 Nov 2015 14:17:10 UTC Rotating cube! :) <p>Got pico today.</p> <p>Spent the past few hours writing a bunch of matrix math in lua. To celebrate I made a perspective-correct rotating cube :D</p> <img style="margin-bottom:16px" border=0 src="http://i.imgur.com/BimlfXV.gif" alt="" /> https://www.lexaloffle.com/bbs/?tid=2722 https://www.lexaloffle.com/bbs/?tid=2722 Wed, 04 Nov 2015 02:07:18 UTC