Thanks. Will keep those in mind. 

On Monday, 23 November 2015 20:19:15 UTC+2, Simon Danisch wrote:
>
> Well, it's load, not mesh... 
> I admit, the Readme is not very helpfull. 
> By the way, the REPL with typeof(), xdump(), println(), methodswith() and 
> auto completion are your friend when it comes to figuring out how a type 
> works. 
>
> Am Montag, 23. November 2015 15:38:44 UTC+1 schrieb kleinsplash: 
> > My aim is to load an object file and access its faces, vertices and 
> normals. 
> > 
> > My current code: 
> > 
> > 
> > 
> > using FileIO 
> > using GLVisualize 
> > using MeshIO 
> > 
> > obj_file = "path_to_obj/file.obj" 
> > mesh(obj_file) 
> > I am getting the error: 
> > 
> > ERROR: LoadError: UndefVarError: mesh not defined 
> >  in include at ./boot.jl:261 
> >  in include_from_node1 at ./loading.jl:304 
> >  in process_options at ./client.jl:280 
> >  in _start at ./client.jl:378 
> > 
> > Am I calling the mesh fxn incorrectly? 
>
>

Reply via email to