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

Only one face of the cube drawn using WebGLRenderer #65

Closed
johsin18 opened this issue May 26, 2013 · 0 comments
Closed

Only one face of the cube drawn using WebGLRenderer #65

johsin18 opened this issue May 26, 2013 · 0 comments

Comments

@johsin18
Copy link
Contributor

Canvas_Geometry_Cube.dart works fine out of the box. However, when I switch from CanvasRenderer to WebGLRenderer, only the back face of the cube is drawn. (And because it's backface-culled, you have to rotate that to the front first.)
The JS original does not have this problem.

I'm referring to f79e73d since that's the only one I found working with a current Dart SDK.

onefacecube

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