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

clearColor missing from states specfication #87

Closed
RemiArnaud opened this issue May 5, 2013 · 4 comments
Closed

clearColor missing from states specfication #87

RemiArnaud opened this issue May 5, 2013 · 4 comments

Comments

@RemiArnaud
Copy link
Contributor

"clearColor" : {
            "type" : "object",
            "description" : "clearColor()",
            "properties" : {
                "red" : {
                  "type" : "number",
                    "description" : "clearColor()",
                    "default" : 0.0,
                    "minimum" : 0.0,
                    "maximum" : 1.0
                },
                "green" : {
                     "type" : "number",
                    "description" : "clearColor()",
                    "default" : 0.0,
                    "minimum" : 0.0,
                    "maximum" : 1.0
                },
                "blue" : {
                    "type" : "number",
                    "description" : "clearColor()",
                    "default" : 0.0,
                    "minimum" : 0.0,
                    "maximum" : 1.0
                },
                "alpha" : {
                     "type" : "number",
                    "description" : "clearColor()",
                    "default" : 0.0,
                    "minimum" : 0.0,
                    "maximum" : 1.0
                }
            }
@pjcozzi pjcozzi mentioned this issue Apr 30, 2014
8 tasks
@pjcozzi
Copy link
Member

pjcozzi commented Nov 25, 2014

@fabrobinet post 1.0 with multi-pass? It will not be a breaking change.

@fabrobinet fabrobinet modified the milestones: post 1.0, Spec 1.0 Nov 25, 2014
@fabrobinet
Copy link
Contributor

yes, we punt that.

@pjcozzi
Copy link
Member

pjcozzi commented Aug 27, 2015

CC #163

@pjcozzi pjcozzi removed this from the post 1.0 milestone Aug 27, 2015
@pjcozzi
Copy link
Member

pjcozzi commented Dec 23, 2017

states is now part of KHR_technique_webgl. Before this spec is finished, we plan to discuss what states should be included since glTF does not have multipass. It may be something like depth test, culling, and blending. We are starting a new issue to discuss.

@pjcozzi pjcozzi closed this as completed Dec 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants