Skip to content
Snippets Groups Projects
  1. Oct 06, 2009
    • graham's avatar
      Modified version of Mattijs' concave tracking modifications. Changes · 9ef96ef0
      graham authored
      to Mattijs' work are:
      
      + Correct use of normals and cosine (dot product) to identify planar
        faces.
      
      + Correct use for lambda in tracking - it is a fraction, not a distance.
      
      + Not doing a reduce on demand driven construction data - not all
        processors call it at the same time, so crashes.
      
      This implementation contains an attempt at making the calculation of
      lambdaC (from the cell centre) use decomposed triangles for faces, but
      this is a bad approach, the concept of using lambdaC relies on the
      definition of a convex polyhedron, i.e. none of the planes of the
      faces of the polyhedron are inside the volume.  Can't use this method
      and will need to treat a convex cell completely differently, not just
      some of its faces.
      9ef96ef0
  2. Sep 24, 2009
  3. Sep 22, 2009
  4. Sep 21, 2009
  5. Sep 18, 2009
  6. Sep 17, 2009
  7. Sep 16, 2009
  8. Sep 15, 2009