Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- file.CreateDir("objsplit")
- http.Fetch("http://dl.dropboxusercontent.com/u/125921922/Models/Ship.obj",function(str)
- for name, obj in str:gmatch("usemtl (.-)\n(.-)") do
- file.Write("objsplit/" .. name .. ".txt", obj)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment