Skip to content

Commit

Permalink
Workaround around #5
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitvarkey committed Nov 16, 2015
1 parent 732986c commit abdd39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patchable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ end
function finish(img::Patchable3D)

if !(img.camera)
img.root <<= ThreeJS.camera(0.0, 30.0, 0.0)
img.root <<= ThreeJS.camera(30.0, 30.0, 30.0)
end

if !(img.lights)
Expand Down

0 comments on commit abdd39b

Please sign in to comment.