Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 830
    • Issues 830
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 232
    • Merge requests 232
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #15776
Closed
Open
Issue created Oct 12, 2015 by Kitware Robot@kwrobotOwner

OpenGL2: vtkPlotPoints not displaying any point

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


I have the same problem as addressed in ce285269, this time on a desktop system: windows 7 32 bits, AMD Radeon HD5450, VS 2008. glGetString(GL_VERSION) returns:

4.4.13283 Compatibility Profile Context 14.501.1003.0

It seems to be working fine on other systems of ours.

I can fix the symptoms by adapting the mentioned commit.

I fear that adding an exception every time a faulty card is discovered is not a workable solution. However, systematically calling the

glEnable(GL_POINT_SPRITE); glTexEnvi(GL_POINT_SPRITE, GL_COORD_REPLACE, GL_TRUE);

causes OpenGL errors on other systems, so it is not a solution either.

Assignee
Assign to
Time tracking