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

Is it possible to render a head model with real texture? #50

Open
TonyLiangJunsheng opened this issue Aug 2, 2019 · 2 comments
Open
Assignees
Labels
Priority: Medium Project: Raytracer Issues relating to the Embree-based raytrace. Project: Renderer Issues relating to the core hair renderer itself. Type: Feature Something new and shiny is being requested.

Comments

@TonyLiangJunsheng
Copy link

No description provided.

@CaffeineViking CaffeineViking self-assigned this Aug 6, 2019
@CaffeineViking CaffeineViking added Priority: Medium Project: Renderer Issues relating to the core hair renderer itself. Type: Feature Something new and shiny is being requested. Type: Question Any sort of internal discussion or help wanted. Project: Raytracer Issues relating to the Embree-based raytrace. labels Aug 6, 2019
@CaffeineViking
Copy link
Owner

Thanks for opening an issue on this Tony! Indeed, it is something that's missing and something I have been meaning to add eventually to polish the demo. I just never got around to it. Most of the code is already written for it, assuming we are using OBJ/MTL, all that needs doing is uploading the textures to the GPU and then reading from the correct set of UVs. The other benefit besides "polish", is that if the scalp is colored with the same color as the hair, areas where hair is missing won't be as noticeable. It's a common trick used in the game industry when rendering hair. I'll see if I can find some time to do this.

@TonyLiangJunsheng
Copy link
Author

Yes thanks for your response. I saw some code associated with it. And I also have tried to add this function based on it. But I need to understand the whole structure. It is a huge job, but I will do it in my free time :)

@CaffeineViking CaffeineViking removed the Type: Question Any sort of internal discussion or help wanted. label Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Project: Raytracer Issues relating to the Embree-based raytrace. Project: Renderer Issues relating to the core hair renderer itself. Type: Feature Something new and shiny is being requested.
Projects
None yet
Development

No branches or pull requests

2 participants