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

Sometimes using color pickers makes image go blank #1

Open
bjpritch opened this issue May 3, 2015 · 1 comment
Open

Sometimes using color pickers makes image go blank #1

bjpritch opened this issue May 3, 2015 · 1 comment

Comments

@bjpritch
Copy link

bjpritch commented May 3, 2015

When modifying the Near/Far colors, the image rendered in ThreeJS sometimes disappears. It seems to happen regularly for me if I:

  1. Choose a new Near color.
  2. Choose a new Far color.

At this point, the image goes black. If step 2 doesn't cause it to, sometimes picking a new Near color after step 2 makes it go blank.

@mwcz
Copy link
Member

mwcz commented May 4, 2015

We saw some really odd behavior from datgui, where it decides to return colors in different formats, seemingly at random. It's probably returning #000000 and then after a few clicks it returns rgb(0,0,0), which ThreeJS isn't expecting. I'll look into it.

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