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

Physically-Based Rendering (PBR) advanced shaders #71

Open
brlcad opened this issue Feb 23, 2023 · 2 comments
Open

Physically-Based Rendering (PBR) advanced shaders #71

brlcad opened this issue Feb 23, 2023 · 2 comments

Comments

@brlcad
Copy link
Contributor

brlcad commented Feb 23, 2023

Outline

Get BRL-CAD physically-based rendering working with advanced shaders.

Details

BRL-CAD recently integrated with Appleseed which provides physically-based rendering. It's presently a command-line renderer called 'art'. For art rendering to work, a shader and colors are specified on geometry. BRL-CAD has preliminary support for material objects including OSL shaders and MaterialX shaders in art, however their support has only been tested with basic shaders such as the Disney Principled Shader. It's hard-wired to single-file shaders.

Expected Outcome

The goal of this task will be to make art read and work with any OSL or MaterialX shader networks, including ones using texturing, emission, subsurface scattering, etc. applied to BRL-CAD geometry.

Project Properties

Skills

  • Decent C/C++ skills
  • Some basic familiarity with PBR.
  • Basic familiarity with shaders.

Difficulty

medium

Size

long

Additional Information

@dororo-ak
Copy link

Hello, I'm student in computer graphic at Telecom paris (engineerong school in France) and very interrested and motivated to work on your project. I have familiarities in C/C++, shader (GLSL). And I do have some familiarities with PBR.
I think I need more context to understand this project. how is managing the shader file? Also can what kind of use do you expect with this project ? For the moment I never use nether appleseed nether other shader language than GLSL but I have the will to learn , is it crippling ?

@brlcad
Copy link
Contributor Author

brlcad commented Mar 6, 2024

Hi @dororo-ak its not crippling, but you do have some knowledge gaps that will have to learn to propose this project. I suggest starting with Appleseed and render something with it. The idea is to do something very similar in BRL-CAD by integrating with Appleseed. That integration is partially working but needs more work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants