Skip to content
  • Jaswant Panchumarti (Kitware)'s avatar
    Add OpenGL polydata mapper with low memory usage · d88556db
    Jaswant Panchumarti (Kitware) authored
    - This mapper makes use of `vtkDrawTexturedElements` for the vertex pulling infra.
    - This mapper has much lower memory(RAM) footprint when the input polydata
       1. Has 32-bit indices.
       2. Has vertices, lines and triangles instead of polyverts, polylines and polygons.
       3. Does not make use of coordinate shift scaling.
    d88556db