Difference between revisions of "User:MattP/summer 2010 worklog june"

From CDOT Wiki
Jump to: navigation, search
(Thursday, June 17, 2010)
Line 62: Line 62:
  
 
==='''Friday, June 18, 2010'''===
 
==='''Friday, June 18, 2010'''===
*added the command pattern and implemented undo/redo
+
*added the command pattern and implemented 3d undo/redo
 +
 
 +
 
 +
==='''Monday, June 21, 2010'''===
 +
 
 +
*added the command pattern and implemented 2d undo/redo
 +
* setup synergy2
 +
* fix cross browser
 
[[category:Summer 2010 June]]
 
[[category:Summer 2010 June]]
 
[[category:Matt's Work Log]]
 
[[category:Matt's Work Log]]

Revision as of 09:57, 21 June 2010

Week One

Tuesday, June 1, 2010

  • continue on c3dl bug 40

Wednesday, June 2, 2010

  • create tests for c3dl bug 40 (found and fixed bugs)
  • Create c3dl tickets

Thursday, June 3, 2010

  • continue to fix bugs for c3dl bug 40 (bug was cause from a bad collada file loads in scene but value are wrong)
  • Finish c3dl bug 40 (test proves proof of concept)

Friday, June 4, 2010

  • Post c3dl bug 40
  • Add pause/unpause render
  • Create maintain aspect ratio fiction when scaling items
  • Fix camera widget bug

Week Two

Monday, June 7, 2010

  • create display 3d item in 2d space
  • fix 2d selection (add selection on walls anywhere on the wall)
  • talk with andor about fixing scale to handle all item equally
  • make all objects center at 0,0,0

Tuesday, June 8, 2010

  • fix scale to handle all item equally
  • fix bugs/readying for release

Wednesday, June 9, 2010

  • clean code
  • fix minor bugs
  • release scenecreator 0.1
  • blog
  • Iframe Back/Forward

Thursday, June 10, 2010

  • fix c3dl bug 42
  • create floor/roof function in SceneCreator (dynamicly creates a floor and roof where there is an encloser)+

Friday, June 10, 2010

  • continue on create floor/roof function in SceneCreator (dynamicly creates a floor and roof where there is an encloser)

Week Three

Monday, June 14, 2010

  • Finish create floor/roof function in SceneCreator (dynamicly creates a floor and roof where there is an encloser)

Tuesday, June 15, 2010

  • fixed 2d moving
  • added loading lines in collada file to c3dl colladaloader
  • looked for errors in the loader (doesnt load chair properly

Wednesday, June 16, 2010

  • fixed bounding box
  • created displays bounding boxes
  • displayed the load lines from collada files

Thursday, June 17, 2010

  • edited displays bounding boxes(starting from (0,0,0) rather than (0,0,0) as the center)
  • blogged (camera)
  • Work on SceneCreator bug 8

Friday, June 18, 2010

  • added the command pattern and implemented 3d undo/redo


Monday, June 21, 2010

  • added the command pattern and implemented 2d undo/redo
  • setup synergy2
  • fix cross browser