GLPlot.jl
GLPlot.jl copied to clipboard
using GLPlot not working: slerp not defined
Now that I got GLVisualize working I tried GLPlot, but got the following error:
ERROR: InitError: UndefVarError: slerp not defined
in anonymous at /Users/solver/.julia/v0.4/GLVisualize/src/camera.jl:102
in cubecamera at /Users/solver/.julia/v0.4/GLVisualize/src/camera.jl:93
in __init__ at /Users/solver/.julia/v0.4/GLPlot/src/GLPlot.jl:190
in _require_from_serialized at loading.jl:84
in require at /Applications/Julia-0.4.1.app/Contents/Resources/julia/lib/julia/sys.dylib
during initialization of module GLPlot
That's due to this unmerged PR: forio/Quaternions.jl#6 I'll ping them again or put slerp somewhere else ;) On 21 Nov 2015 03:30, "Sheehan Olver" [email protected] wrote:
Now that I got GLVisualize working I tried GLPlot, but got the following error:
ERROR: InitError: UndefVarError: slerp not defined in anonymous at /Users/solver/.julia/v0.4/GLVisualize/src/camera.jl:102 in cubecamera at /Users/solver/.julia/v0.4/GLVisualize/src/camera.jl:93 in init at /Users/solver/.julia/v0.4/GLPlot/src/GLPlot.jl:190 in _require_from_serialized at loading.jl:84 in require at /Applications/Julia-0.4.1.app/Contents/Resources/julia/lib/julia/sys.dylib during initialization of module GLPlot
— Reply to this email directly or view it on GitHub https://github.com/SimonDanisch/GLPlot.jl/issues/31.