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

More shading models #15

Open
BearishSun opened this issue Mar 16, 2018 · 3 comments
Open

More shading models #15

BearishSun opened this issue Mar 16, 2018 · 3 comments
Labels
OFFICIAL type: enhancement [MAJOR] Feature that takes a few weeks up to few months to implement
Milestone

Comments

@BearishSun
Copy link
Member

Currently only the "standard" shading model can be applied to surfaces, which is suitable for most, but not all surface types. Add the models for at least the following models:

  • Subsurface scattering (skin, vegetation)
  • Clear coat
  • Hair
@nxrighthere
Copy link

As for hair, maybe it worth to look at how Confetti integrated TressFX into the Forge recently. It seems quite performant and portable.

@BugBiteSquared
Copy link

BugBiteSquared commented Sep 10, 2019

No promises, but I'm looking into implementing Separable Subsurface Scattering myself so I can get a nice skin shader working. Relevant readings in the following links:
http://www.iryoku.com/separable-sss-released
https://users.cg.tuwien.ac.at/zsolnai/gfx/separable-subsurface-scattering-with-activision-blizzard/
https://github.com/iryoku/separable-sss
A good TL;DR video discussing the paper on SSSS, perhaps:
https://www.youtube.com/watch?v=mU-5CsaPfsE
This one is long (100+ pages):
https://users.cg.tuwien.ac.at/zsolnai/extending-separable-subsurface-scattering-to-arbitrary-materials/
Feel free to holler at me in the Discord about it. Getting a glTF 2.0 loader, pathfinding, & Android port going are going to be a bit higher priority for me, but I think implementing SSSS could be some good low-hanging fruit compared with integrating EnTT & Bullet3 into the framework (as plugins or otherwise).

Small tangent: I feel that this project is unusually high-quality & well-documented. I have technical reasons for choosing to use this framework over full engines like Godot, Unity, or Unreal, but the extensive documentation & support work is a very very welcome cherry on top. A small subset of the core tech I'm developing is domain-specific & so won't be contributed to this framework, but I would like to contribute whatever work I can to benefit this project. Feels like the thing to do. Thank you for your hard work on all of this.

I'll see about posting in the relevant issues pages for other tasks & pinging you on the Discord server when I find the time.

@BearishSun
Copy link
Member Author

Sounds good, thank you. This would be very welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OFFICIAL type: enhancement [MAJOR] Feature that takes a few weeks up to few months to implement
Projects
None yet
Development

No branches or pull requests

3 participants