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
./utilsutils.js:createBox
positions
After //front is all f**. After //right is all **r. After //back is all b** except fbr.x, bbr.y, bbr.z, (
//front
f**
//right
**r
//back
b**
fbr.x, bbr.y, bbr.z,
webgl2examples/utils/utils.js
Lines 121 to 127 in ed65454
//left
**l
//top
*t*
//bottom
*b*
The text was updated successfully, but these errors were encountered:
createBox
Successfully merging a pull request may close this issue.
After
//front
is allf**
.After
//right
is all**r
.After
//back
is allb**
exceptfbr.x, bbr.y, bbr.z,
(webgl2examples/utils/utils.js
Lines 121 to 127 in ed65454
) After
//left
is all**l
.After
//top
is all*t*
.After
//bottom
is all*b*
.The text was updated successfully, but these errors were encountered: