We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am currently trying to port samples from QTEK to ClayGL.
The triangle could be displayed with shaders without problems. http://jsdo.it/cx20/KVOj
However, the rectangle was not displayed. http://jsdo.it/cx20/ulYh
I expected the following results.
Could you tell me how to fix it?
The text was updated successfully, but these errors were encountered:
I'm sorry, I solved it myself. This sample needed the following lines.
mesh.frontFace = clay.Renderable.CW;
Sorry, something went wrong.
I ported the next samples from QTEK to ClayGL.
No branches or pull requests
I am currently trying to port samples from QTEK to ClayGL.
The triangle could be displayed with shaders without problems.
http://jsdo.it/cx20/KVOj
However, the rectangle was not displayed.
http://jsdo.it/cx20/ulYh
I expected the following results.
Could you tell me how to fix it?
The text was updated successfully, but these errors were encountered: