Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,959
    • Issues 1,959
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 96
    • Merge requests 96
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #17356
Closed
Open
Issue created Apr 05, 2017 by Herwig Zilken@zilken

OSPRay Volume Rendering not working with OpenGL-1 interface

Hello, we have compiled ParaView 5.3 with the "old" OpenGL-1 interface enabled. Now when I try to activate "ospray based" volume rendering, I get the message: "vtkSmartVolumeMapper (0xa615410): Invalid Render Mode"

I assume I already found the reason in the sourcecode: its a wrong enum statement in the file VTK/Rendering/VolumeOpenGL/vtkSmartVolumeMapper.h:

enum
{
DefaultRenderMode=0
RayCastAndTextureRenderMode,
RayCastRenderMode,
TextureRenderMode,
GPURenderMode,
OSPRayRenderMode,
UndefinedRenderMode,
InvalidRenderMode
};

OSPRayRenderMode is number 5, but it should be 6 (according to ParaViewCore/ServerManager/SMApplication/Resources/views_and_representations.xml)

Best regards,

Herwig Zilken
Jülich Supercomputing Centre
Research Center Juelich
52428 Juelich, Germany

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking