Exemplo n.º 1
0
 public SmoothTrianglesSteps(TrianglesContext trianglesContext,
                             VectorsContext vectorsContext,
                             PointsContext pointsContext,
                             IntersectionsContext intersectionsContext)
 {
     _intersectionsContext = intersectionsContext;
     _pointsContext        = pointsContext;
     _vectorsContext       = vectorsContext;
     _trianglesContext     = trianglesContext;
 }
 public TrianglesSteps(TrianglesContext triangesContext,
                       PointsContext pointsContext,
                       VectorsContext vectorsContext,
                       RayContext rayContext,
                       IntersectionsContext intersectionsContext)
 {
     _intersectionsContext = intersectionsContext;
     _rayContext           = rayContext;
     _vectorsContext       = vectorsContext;
     _pointsContext        = pointsContext;
     _triangesContext      = triangesContext;
 }