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

Multiple materials per shape. #84

Closed
xelatihy opened this issue Oct 14, 2018 · 1 comment
Closed

Multiple materials per shape. #84

xelatihy opened this issue Oct 14, 2018 · 1 comment
Projects

Comments

@xelatihy
Copy link
Owner

xelatihy commented Oct 14, 2018

Shapes can only contain one material now. This is limiting since we need to split shapes on IO.
The simplest fix is that allow multiple materials in shapes and subdivs.

@xelatihy
Copy link
Owner Author

After some implementation trial, this turned out to be very hard to do with idiosyncrasies in the renderer. What seems better is to split the concept of instance with single shape and single material and surface with multiple materials. The real question is where to put these. One option is to put these inside nodes or inside a new instance type. But this needs to be worked on more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
main
  
To do
Development

No branches or pull requests

1 participant