Skip to content

Commit

Permalink
Update meshcat
Browse files Browse the repository at this point in the history
Includes:
* Update three.js to v110: meshcat-dev/meshcat#63
* Stop dat.gui interaction from causing camera movement: meshcat-dev/meshcat#62
  • Loading branch information
rdeits committed Nov 18, 2019
1 parent dc84954 commit 4cb06be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using Base.Filesystem
using BinDeps: unpack_cmd, download_cmd


const meshcat_sha = "2628e6020f510ffa8fef52123e2941f7fef39428"
const meshcat_sha = "ae82a610f6774afc26257bd4bc510b746f297214"
const meshcat_url = "https://github.com/rdeits/meshcat/archive/$meshcat_sha.zip"

const assets_dir = normpath(joinpath(@__DIR__, "..", "assets"))
Expand Down

0 comments on commit 4cb06be

Please sign in to comment.