1. 27 12月, 2011 5 次提交
  2. 25 12月, 2011 1 次提交
  3. 22 12月, 2011 2 次提交
  4. 21 12月, 2011 7 次提交
  5. 18 12月, 2011 1 次提交
  6. 17 12月, 2011 3 次提交
  7. 16 12月, 2011 1 次提交
  8. 13 12月, 2011 2 次提交
  9. 11 12月, 2011 1 次提交
  10. 09 12月, 2011 4 次提交
  11. 08 12月, 2011 1 次提交
    • A
      Added vertex reordering to CTMLoader. · 0d904dd3
      alteredq 提交于
      This is needed to avoid endless loop when generating offsets (when some triangles have vertices spread across offset boundaries).
      0d904dd3
  12. 07 12月, 2011 1 次提交
    • A
      Added BufferGeometry for direct rendering from typed arrays. · 8ec6317e
      alteredq 提交于
      Work in progress. For the moment works just with CTMLoader. Still not sure where some pieces of code would go.
      
      Upsides:
      	- initialization time cut down significantly (1.8 seconds => 0.7 seconds for CTM example)
      	- much smaller GL buffers thanks to fully used indexing (Walt has 6x less vertices)
      	- consequently much smaller memory footprint all around, both for main and GPU memories,
      	  which means less swapping and better vertex caching
      
      Downsides:
      	- can't have anymore sharp per-face effects like flat shading (at least if mesh is not constructed in a way where each face has own vertices)
      	- can't have multiple materials per mesh
      	- no more easy manipulation of anything (for the moment actually no runtime manipulation at all, typed arrays are just thrown away, dynamic geometries code path not yet implemented)
      8ec6317e
  13. 06 12月, 2011 3 次提交
  14. 05 12月, 2011 1 次提交
  15. 03 12月, 2011 1 次提交
  16. 02 12月, 2011 2 次提交
  17. 01 12月, 2011 1 次提交
  18. 30 11月, 2011 3 次提交