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

From CDOT Wiki
Jump to: navigation, search
 
(23 intermediate revisions by the same user not shown)
Line 40: Line 40:
 
* Specification and ticket meeting for XB PointStream
 
* Specification and ticket meeting for XB PointStream
 
* Created XB PointStream tickets
 
* Created XB PointStream tickets
 +
* Searched for Processing.js examples which were on trace
  
 
'''Wednesday June 9'''
 
'''Wednesday June 9'''
 
* Epson demo
 
* Epson demo
 
* Merged 662 (chrome 3d fix) with master
 
* Merged 662 (chrome 3d fix) with master
 +
* Tagged some PJS tickets with "perf"
 +
* Created XB [http://zenit.senecac.on.ca/wiki/index.php/XB_PointStream/specs specs]
 +
 +
'''Thursday June 10'''
 +
* Spent the day trying to speed up rendering for XB PointStream
 +
 +
'''Friday June 11'''
 +
* Finally sped up rendering by creating larger vertex buffers
 +
* Vertex and color data is fine, having issues with lighting objects
 +
 +
'''Saturday June 12 / Sunday June 13'''
 +
* Fixed indents in textWidth (#455)
 +
* Got Mickey.asc to load in octree and lights and cleaned up code
 +
* Slightly sped up rendering by setting view matrices once per frame
 +
* Posted [http://matrix.senecac.on.ca/~asalga/XB_PointStream/XB%20PointStream/ 0.1]
 +
 +
'''Monday June 14'''
 +
* XB PointStream and SceneCreator meetings with Dave
 +
* SceneCreator - created header comments ticket
 +
* C3DL - created ColladaLoader trace ticket, caching array length ticket
 +
* Pjs - merged texture, found status broken while testing, fixed it.
 +
* Pjs - updated binary (was in 'needs-work')
 +
 +
'''Tuesday June 15'''
 +
* Fixed XB PointStream on Safari (just needed to update browser)
 +
* Fixed zooming for Chrome and Safari
 +
* Researched how to get fileSize from XHR
 +
* Ran Pjs (0.9.3) tests on 6 browsers
 +
 +
After hours
 +
* Wrote XB PointStream [http://asalga.wordpress.com/2010/06/15/ 0.1 Blog]
 +
 +
'''Wednesday June 16'''
 +
* Arius3D meeting
 +
* XBPS - Wrote code to center objects to 0,0,0 once they load, started caching array lengths
 +
* XBPS - Got lion model (million points) rendering on iMac and macbook
 +
 +
After hours
 +
* XBPS - Trimmed 260KB of PJS code from XB PointStream
 +
 +
'''Thursday June 17'''
 +
* absent
 +
After hours
 +
* Finished removing pjs from xbpointstream
 +
 +
'''Friday June 18'''
 +
 +
'''Saturday June 19 / Sunday June 20'''
 +
* Added background transparency bug
 +
 +
'''Monday June 21'''
 +
* XB - fixed redraw bug (didn't have _BIT in DEPTH_BUFFER_BIT)
 +
*    - added FPS
 +
*    - added mouseX, mouseY
 +
* Pjs - updated diff page
 +
 +
'''Tuesday June 22'''
 +
* Pjs - Triaged bugs
 +
* - Created 750
 +
* - finished textWidth-3D ticket and put up for peer review
 +
* -started work on 672
 +
 +
'''Wednesday June 23'''
 +
* Filed #755, wrote fix, test and put up for peer review
 +
* Tried fixing disableVertexAttribPointter bug, but still broken
 +
 +
'''Thursday June 24'''
 +
* Uploaded mickey mouse video on YouTube
 +
* Installed IE9 to test Pjs
 +
* Added comments to splice, unit test and put up for peer-review
 +
* Helped Matt with bounding boxes
 +
* Triaged XB PointStream tickets
 +
After hours
 +
* XBPS - Added rotation
 +
 +
'''Friday June 25'''
 +
* XBPS - added mouseScroll callback
 +
*
 
*
 
*
 +
 +
'''Saturday June 26/Sunday June 27'''
 +
*XBPS - Fixed popping, added resize(), added light, cleaned code, ...
 +
 +
'''Monday June 28'''

Latest revision as of 09:35, 28 June 2010


Tuesday June 1

  • Created Wiki category
  • Updated test and demos and updated patch for rect3D, submitted for peer review
  • Moved textWidth3D to 1.0
  • Converted binary to unit test [690], submitted for peer review
  • Fixed ticket [596], submitted for peer review

After hours

  • Started work on isolating problem with octree not rendering in pjs
  • Found out why octree was failing! Filed bug 691

Wednesday June 2

After hours

  • More work on 650

Thursday June 3

After hours

  • More work on 650

Friday June 4

  • Put up 650 up for review

After hours

  • Tuborg

Saturday June 5 / Sunday June 6

  • Created animated textured cube demo

Monday June 7

  • Created ticket 710
  • Created authors, license and readme files and pushed filed for SceneCreator repository.
  • Reviewed Curve 132/141/379
  • Reviewed Bezier
  • Reviewed Status

Tuesday June 8

  • Specification and ticket meeting for XB PointStream
  • Created XB PointStream tickets
  • Searched for Processing.js examples which were on trace

Wednesday June 9

  • Epson demo
  • Merged 662 (chrome 3d fix) with master
  • Tagged some PJS tickets with "perf"
  • Created XB specs

Thursday June 10

  • Spent the day trying to speed up rendering for XB PointStream

Friday June 11

  • Finally sped up rendering by creating larger vertex buffers
  • Vertex and color data is fine, having issues with lighting objects

Saturday June 12 / Sunday June 13

  • Fixed indents in textWidth (#455)
  • Got Mickey.asc to load in octree and lights and cleaned up code
  • Slightly sped up rendering by setting view matrices once per frame
  • Posted 0.1

Monday June 14

  • XB PointStream and SceneCreator meetings with Dave
  • SceneCreator - created header comments ticket
  • C3DL - created ColladaLoader trace ticket, caching array length ticket
  • Pjs - merged texture, found status broken while testing, fixed it.
  • Pjs - updated binary (was in 'needs-work')

Tuesday June 15

  • Fixed XB PointStream on Safari (just needed to update browser)
  • Fixed zooming for Chrome and Safari
  • Researched how to get fileSize from XHR
  • Ran Pjs (0.9.3) tests on 6 browsers

After hours

Wednesday June 16

  • Arius3D meeting
  • XBPS - Wrote code to center objects to 0,0,0 once they load, started caching array lengths
  • XBPS - Got lion model (million points) rendering on iMac and macbook

After hours

  • XBPS - Trimmed 260KB of PJS code from XB PointStream

Thursday June 17

  • absent

After hours

  • Finished removing pjs from xbpointstream

Friday June 18

Saturday June 19 / Sunday June 20

  • Added background transparency bug

Monday June 21

  • XB - fixed redraw bug (didn't have _BIT in DEPTH_BUFFER_BIT)
  • - added FPS
  • - added mouseX, mouseY
  • Pjs - updated diff page

Tuesday June 22

  • Pjs - Triaged bugs
  • - Created 750
  • - finished textWidth-3D ticket and put up for peer review
  • -started work on 672

Wednesday June 23

  • Filed #755, wrote fix, test and put up for peer review
  • Tried fixing disableVertexAttribPointter bug, but still broken

Thursday June 24

  • Uploaded mickey mouse video on YouTube
  • Installed IE9 to test Pjs
  • Added comments to splice, unit test and put up for peer-review
  • Helped Matt with bounding boxes
  • Triaged XB PointStream tickets

After hours

  • XBPS - Added rotation

Friday June 25

  • XBPS - added mouseScroll callback

Saturday June 26/Sunday June 27

  • XBPS - Fixed popping, added resize(), added light, cleaned code, ...

Monday June 28