------------------------------------------------------------------------------
| 2945 | |
| 2946 | //------------------------------------------------------------------------------ |
| 2947 | vtkDataArray* vtkOpenGLLowMemoryPolyDataMapper::GetPointTangents(vtkPolyData* mesh) |
| 2948 | { |
| 2949 | return mesh->GetPointData()->GetTangents(); |
| 2950 | } |
| 2951 | |
| 2952 | //------------------------------------------------------------------------------ |
| 2953 | vtkDataArray* vtkOpenGLLowMemoryPolyDataMapper::GetTextureCoordinates(vtkPolyData* mesh) |
no test coverage detected