|
Parsing .obj file
|
|
03-30-2015, 01:20 AM
Post: #1
|
|||
|
|||
|
Parsing .obj file
Hi,
I imported a .obj file using the e3d_obj:import("filename") command. Now I need to access all the vertices from that file. I have attached in the file the record that is created. Could you please help me figure out how I can access all the values corresponding to 'vs' and store that as a separate list. |
|||
|
03-30-2015, 02:00 AM
(This post was last modified: 03-30-2015 02:06 AM by ggaliens.)
Post: #2
|
|||
|
|||
|
RE: Parsing .obj file
As you probably know ... #e3d_file is an intermediate data format. I will find you a snippet that converts into #we{ }
Code: carveCSGImport(FileName) ->So ... wpa:import(E3dFile0, St0) will get the data into the current wings state #st{} And then you can just find the last item into that state if you want. |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)



