GLPlot.jl icon indicating copy to clipboard operation
GLPlot.jl copied to clipboard

using GLPlot not working: slerp not defined

Open dlfivefifty opened this issue 9 years ago • 1 comments

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

dlfivefifty avatar Nov 21 '15 02:11 dlfivefifty

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.

SimonDanisch avatar Nov 21 '15 09:11 SimonDanisch