SimonDanisch / GLPlot.jl

Plotting for Julia with OpenGL
Other
74 stars 8 forks source link

[Example Error] image.jl #36

Closed xiuliren closed 7 years ago

xiuliren commented 7 years ago

I am using the master branch, and found a few example errors, here is one of them.

julia image.jl 
ERROR: LoadError: MethodError: Cannot `convert` an object of type Array{ImmutableArrays.Vector4{Float64},2} to an object of type GLAbstraction.Texture{T<:Union{ColorTypes.Colorant,FixedSizeArrays.FixedArray{T,1,Tuple{CARDINALITY}},Real},NDIM}
This may have arisen from a call to the constructor GLAbstraction.Texture{T<:Union{ColorTypes.Colorant,FixedSizeArrays.FixedArray{T,1,Tuple{CARDINALITY}},Real},NDIM}(...),
since type constructors fall back to convert methods.
 in anonymous at ./<missing>:?
 in include_from_node1(::String) at ./loading.jl:488
 in process_options(::Base.JLOptions) at ./client.jl:262
 in _start() at ./client.jl:318
while loading /usr/people/jingpeng/.julia/v0.5/GLPlot/example/image.jl, in expression starting on line 13