MicroView 3D Engine by Presence

This sketch is missing a short description
**Present a spinning 3D object on the MicroView's display** This sketch uses a generic (but highly limited!) graphics engine with backface culling. Bits of source paraphrased from the BabylonJS project, Extremely Fast Line Algorithm and an MSDN tutorial. Edit "shape.h" to choose the object you would like to display. Sources: - http://blogs.msdn.com/b/davrous/archive/2013/06/13/tutorial-series-learning-how-to-write-a-3d-soft-engine-from-scratch-in-c-typescript-or-javascript.aspx - https://github.com/BabylonJS/ - http://www.edepot.com/algorithm.html

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:44988" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>