Interface Renderer

All Known Implementing Classes:
ScanLineEngine

public interface Renderer
  • Method Summary

    Modifier and Type
    Method
    Description
    int[]
    draw(List<Triangle> tiles)
     
  • Method Details

    • draw

      int[] draw(List<Triangle> tiles)
      Parameters:
      tiles - the ordered list of polygons to draw
      Returns:
      integrer array of RGB data