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

grid do not work with raytracing #483

Open
mwestphal opened this issue Nov 13, 2022 · 3 comments
Open

grid do not work with raytracing #483

mwestphal opened this issue Nov 13, 2022 · 3 comments
Labels
type:bug Something isn't working

Comments

@mwestphal
Copy link
Contributor

mwestphal commented Nov 13, 2022

Describe the bug
grid do not work with raytracing

To Reproduce
Steps to reproduce the behavior:

  1. Open the file using f3d --dry-run -rng
  2. Rendering is incorrect

a

Expected behavior
Like this but raytracing:

a

System Information:

  • OS: Archlinux

F3D Information
1.3.1

Additional context
Interactively disabling and enabling raytracing makes the filenames appears. Grid never appears.

@mwestphal mwestphal added the type:bug Something isn't working label Nov 13, 2022
@mwestphal mwestphal added the help wanted Please help with this issue! label Jan 7, 2024
@mwestphal
Copy link
Contributor Author

@Meakk any idea if we can ever fix that for the grid ?

Text actor will be fixed once we have #1077

@mwestphal mwestphal removed the help wanted Please help with this issue! label Jan 23, 2024
@Meakk
Copy link
Contributor

Meakk commented Jan 23, 2024

I think I already fixed the text actor by running OSPRay pass for 3D objects only and have another OpenGL pass for the overlay.
Regarding the grid, it might be possible if we can retrieve the depth buffer from OSPRay and composite the grid on top of it.

@mwestphal
Copy link
Contributor Author

I think I already fixed the text actor by running OSPRay pass for 3D objects

Indeed!

@mwestphal mwestphal changed the title filename and grid do not work with raytracing grid do not work with raytracing Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
Status: Discuss
Development

No branches or pull requests

2 participants