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

use of 'technique' in glTF is confusing #82

Closed
RemiArnaud opened this issue Apr 28, 2013 · 4 comments
Closed

use of 'technique' in glTF is confusing #82

RemiArnaud opened this issue Apr 28, 2013 · 4 comments

Comments

@RemiArnaud
Copy link
Contributor

"techniques": {
        "technique1": {
"materials": {
        "material.0": {
            "name": "blinn3",
            "technique": "technique1",
            "techniques": {
                "technique1": 

which technique is material->technique referring to?
is it techniques[technique] or is it material.techniques[techniques] ?

or is it both?

@fabrobinet
Copy link
Contributor

Ot be clear, in that case, it means that you want to get the override described in material.techniques otherwise it would be pointless :)

@RemiArnaud
Copy link
Contributor Author

so the rule is that the technique in techniques defines all the parameters, and that the technique in material provide values to those parameters ?

@fabrobinet
Copy link
Contributor

@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...

@fabrobinet
Copy link
Contributor

this has been clarified in #92 , closing now.

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

No branches or pull requests

2 participants