-
Notifications
You must be signed in to change notification settings - Fork 287
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
Add support to custom shaders #499
Comments
I would like to work on this Issue |
Hi @ashutosh887 , Thanks for your interest! We will put the guidelines here (github) soon. |
I would like to work on this as well @paulojamorim |
@dwasd7 Great to hear that
|
Hi @dwasd7 and @ashutosh887 The instructions were posted here two weeks ago: https://github.com/invesalius/gsoc/blob/main/gsoc_application.md Any discussion must be done here: https://github.com/invesalius/invesalius3/discussions |
Currently, InVesalius has fixed scene lighting options. Shaders allow you to manipulate part of the graphics pipeline, being able, for example, to change the color, lighting and camera of the scene. In the medical field this is useful as some regions can be better highlighted just by changing the lighting.
References:
https://vtk.org/Wiki/Shaders_In_VTK
https://learnopengl.com/Getting-started/Shaders
The text was updated successfully, but these errors were encountered: