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
Hello, How are you?
createBufferAndSetupAttribute(positionLoc, [ -1, -1, 1, -1, -1, 1, -1, 1, 1, -1, 1, 1, ]);
For those position, I hope you explain the position usage.
Thank you.
The text was updated successfully, but these errors were encountered:
@AlexTerry1024
Please review the first lesson: https://webgl2fundamentals.org/webgl/lessons/webgl-fundamentals.html
// three 2d points var positions = [ 0, 0, 0, 0.5, 0.7, 0, ];
So the positions you given will draw two triangles, they fill the entire canvas.
Sorry, something went wrong.
No branches or pull requests
Hello, How are you?
createBufferAndSetupAttribute(positionLoc, [
-1, -1,
1, -1,
-1, 1,
-1, 1,
1, -1,
1, 1,
]);
For those position, I hope you explain the position usage.
Thank you.
The text was updated successfully, but these errors were encountered: