Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dray renders missing chunks #1462

Open
emily-howell opened this issue Feb 13, 2025 · 0 comments
Open

dray renders missing chunks #1462

emily-howell opened this issue Feb 13, 2025 · 0 comments
Labels

Comments

@emily-howell
Copy link
Member

I am new to Devil Ray rendering so it is quite possible that I don't have the right setting enabled. However, when trying to plot a simple braid example, I found that chunks of the plots were not rendering.

The actions look like:

- 
  action: "add_extracts"
  extracts: 
    e1: 
      type: "dray_pseudocolor"
      params: 
        field: "braid"
        color_table: 
          control_points: 
            r: [0.23, 0.48, 0.99]
            g: [0.08, 0.23, 1.0]
            b: [0.08, 0.04, 0.96]
            a: [1.0, 1.0, 1.0]
            position: [0.0, 0.5, 1.0]
        image_width: 512
        image_height: 512
        image_prefix: "/path/.../dray_compressed_color_table"

Example 1:
Image

Example 2:
Image

When plotting with VTKM, this was the desired result:
Image

@cyrush cyrush added the bug label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants