Results 176 comments of Moritz Mœller

On that note: kudos for starting this wrapper and happy holidays! 🎄🦀🥳

`cmake 3.19.2` `Apple clang version 12.0.0 (clang-1200.0.32.27)`

> What if I change the crate to only download and build usd if a feature is enabled. That is the approach I use with my `nsi` crate but it's...

> I'm gonna have to try it. Please do! :) And please do not hesitate to give honest feedback. If something could be better/different, tell me. It was my first...

Well, for now Maya has the best USD support via Multiverse (which is free). In fact, Multiverse is optimized for working with NSI through Maya. Also there will soon be...

The [`reordering` branch in my fork](https://github.com/virtualritz/tobj/tree/reordering) has support for points but still only as degenerate faces for now.

Actually, not really. What I m thinking now is this: 1. Add support for the `p` and `l` elements. 2. Remove the `filter_out_*` flags and Add an `keep_degenerate_faces` flag instead....

> Then in the case of degenerate faces when not specifying to treat them as other elements we'd return an error back to the user. Hmm, I understand the reasoning....

> A NURBS crate would be cool to have in Rust! From the tobj side we can add support for importing them as well but leave the actual NURBS interpretation...

Awesome. I think the original idea is from Paul Bourke. He calls it a *Spiral Honeycomb Mosaic (SHM)*. See his [Tiling on The Plane](http://paulbourke.net/geometry/tilingplane/) page. Scroll down to the section...