1. 31 5月, 2011 2 次提交
  2. 29 5月, 2011 1 次提交
  3. 25 5月, 2011 1 次提交
  4. 24 5月, 2011 1 次提交
  5. 19 5月, 2011 1 次提交
  6. 18 5月, 2011 1 次提交
  7. 10 5月, 2011 2 次提交
  8. 07 5月, 2011 1 次提交
  9. 03 5月, 2011 1 次提交
  10. 29 4月, 2011 1 次提交
  11. 25 4月, 2011 1 次提交
  12. 22 4月, 2011 1 次提交
  13. 19 4月, 2011 1 次提交
  14. 18 4月, 2011 2 次提交
  15. 14 4月, 2011 1 次提交
  16. 13 4月, 2011 1 次提交
  17. 12 4月, 2011 1 次提交
  18. 11 4月, 2011 4 次提交
  19. 09 4月, 2011 4 次提交
  20. 08 4月, 2011 5 次提交
  21. 07 4月, 2011 2 次提交
  22. 06 4月, 2011 4 次提交
  23. 05 4月, 2011 1 次提交
    • A
      Added edges to Blender exporter, JSONLoader and Geometry. · 7915999b
      alteredq 提交于
      There is a new class Edge which stores vertices and faces for edge (I wasn't sure if indices or references would be better, so at least for the moment it contains both).
      
      Geometry now contains a list of such edges, created in JSONLoader, based on edge data exported from Blender.
      
      From Blender we get a list of vertex index pairs, from which in Geometry.computeEdgeFaces() we compute faces which share this particular edge and store them in the Edge object.
      
      Not sure if edges work properly till we don't have something using them. For now I just checked cube data exported from Blender and it seems fine.
      
      Also did some whitespace cleanup here and there.
      7915999b