Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK-m VTK-m
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 192
    • Issues 192
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 35
    • Merge requests 35
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTK-mVTK-m
  • Merge requests
  • !2729

Fix color rendering when using MapperQuad

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Manish Mathai requested to merge mmathai/vtk-m:fix-mapper-quad into master Mar 10, 2022
  • Overview 9
  • Commits 1
  • Pipelines 9
  • Changes 5

This fix lerps the scalar field values at points of ray intersection, ensuring rendering of quads pick the correct lerped color instead of using the same color for the entire quad.

Before:

Before: Explicit3D

After:

After: Explicit3D

Fixes #664 (closed)

Edited Mar 10, 2022 by Manish Mathai
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-mapper-quad