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

Textured cube with CanvasRenderer shows borders #1005

Closed
danieljack opened this issue Jan 2, 2012 · 2 comments
Closed

Textured cube with CanvasRenderer shows borders #1005

danieljack opened this issue Jan 2, 2012 · 2 comments
Labels

Comments

@danieljack
Copy link

There is any way so that CanvasRenderer shows a textured cube without showing borders around the segments?

You can see it here http://jsfiddle.net/yfDnJ/1/

@mrdoob
Copy link
Owner

mrdoob commented Jan 2, 2012

new THREE.MeshBasicMaterial( { map: THREE.ImageUtils.loadTexture( "http://i755.photobucket.com/albums/xx194/veganjack/muro14.png" ), overdraw: true } );

But, sadly, you'll get some glitches...

@danieljack
Copy link
Author

Not perfect, but much better, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants