elm-obj-loader icon indicating copy to clipboard operation
elm-obj-loader copied to clipboard

Add support for line segments

Open MartinSStewart opened this issue 4 years ago • 2 comments

This package fails to parse obj files that contain line segments (i.e. l 346 357). I'm guessing this is known since the limitations section in the readme says No free-form curves. If there are plans to extend this package then this feature would be useful for me.

Edit: I've implemented a version of it here that works well enough for my purposes but isn't good enough to release as a package https://github.com/MartinSStewart/elm-obj-loader. Still, it might be of use if you decide to work on this feature.

MartinSStewart avatar Jan 19 '20 11:01 MartinSStewart