Nope.

On Monday, 23 November 2015 17:16:29 UTC+2, Simon Danisch wrote:
>
> This is solved in your other thread, is it?
>
> 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