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

Transparent images #23

Open
simonhultgren opened this issue Apr 29, 2016 · 2 comments
Open

Transparent images #23

simonhultgren opened this issue Apr 29, 2016 · 2 comments

Comments

@simonhultgren
Copy link

Hi,
I'm having a problem that some of the transparent images that I add to the scene are "flickering" between transparency and opaque when I look around in the scene.

Its visible on the print icon and the speach bubbles in this scene:
http://www.migrantjourneys.com/Intro/

Any advice would be appreciated!

Thanks.

@mattandrews
Copy link

I'm seeing this too using a transparent PNG. Would be interested if anyone's fixed this!

@mattandrews
Copy link

@simonhultgren I've figured this out via this StackOverflow post – you need to modify vr.js to add this line:

var renderer = new THREE.WebGLRenderer( { alpha: true } );

(the minifed source may use a different name for THREE but WebGLRenderer should be the same)

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