Open main menu

CDOT Wiki β

Changes

Processing.js

504 bytes added, 11:43, 27 January 2010
3D Implementation Roadmap
== 3D Implementation Roadmap ==
With any implementationI have done my best to identify what tickets will block others and have created<br />a roadmap for integrating 3D into the library. I have done so by analyzing the<br /> Processing site and looking through the Processing source.<br /><br />Whenever an item has 'implement', wethat include writing a test<br />Items marked as 'write test'll are done, but need a testbefore they can<br />be reviewed.<br />
<br />
- Write test for PMatrix3D trans(), mult(), set(), apply(), scale()<br />
- Write test for box()<br />
<br />
<br />
 
Once 0.5 tickets are in, we will each be able to render<br />
a simple box to test the functions we will be writing for 0.6<br />
<br />
1
edit