Skip to content

Commit

Permalink
Update dat.gui (#9639)
Browse files Browse the repository at this point in the history
dat.gui had an issue where if you call .listen() on dropdown
controls they don't work in Chrome on OSX

You can see an example here
http://threejs.org/examples/webgl_postprocessing_ssao.html

On Chrome OSX try to change the renderMode

There are 2 fixes. One is to remove the call to `listen`.
The problem with this solution is that since things
work on say, Windows someone using dat.gui has no idea
their stuff doesn't work else where.

The other is to get a version of dat.gui that doesn't
have the issue as it was [recently fixed](dataarts/dat.gui#101)
  • Loading branch information
greggman authored and mrdoob committed Sep 7, 2016
1 parent 5ca2e2e commit 272607c
Showing 1 changed file with 2 additions and 82 deletions.
Loading

0 comments on commit 272607c

Please sign in to comment.