-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
use of 'technique' in glTF is confusing #82
Comments
Ot be clear, in that case, it means that you want to get the override described in material.techniques otherwise it would be pointless :) |
so the rule is that the technique in techniques defines all the parameters, and that the technique in material provide values to those parameters ? |
@RemiArnaud Answer is YES: But I want to change many things here and also to introduce lights in the discussion, so a F2F will be easier to sort things out... |
this has been clarified in #92 , closing now. |
which technique is material->technique referring to?
is it techniques[technique] or is it material.techniques[techniques] ?
or is it both?
The text was updated successfully, but these errors were encountered: