OpenSubdiv
OpenSubdiv copied to clipboard
An Open-Source subdivision surface library.
Building with 48 threads, of 50 sequential builds, 19 failed (38% failure rate). Am building via [nixpkgs drv](https://github.com/NixOS/nixpkgs/blob/01332aa5dbf537ad0f3e6f2029d6485a66fc7f33/pkgs/development/libraries/opensubdiv/default.nix), but I don’t see any reason why it’s specific to that build...
There is a common pattern in OpenSubdiv where integers of smaller types are passed into the resize method of std::vectors. When the incoming meshes are very large, these types overflow...
Hi there! I am trying to create uniform b-spline patches with adaptive refinement. As an example, I took the catmark_torus an set a crease value to one of the inner...
I saw that [`tinyobjloader`](https://github.com/tinyobjloader) lib has support for reading (but not interpreting) a seemingly undocumented OBJ extension from Pixar for storing crease chains. The `tinyobjloader` repo. has an [example OBJ](https://github.com/tinyobjloader/tinyobjloader/blob/release/models/catmark_torus_creases0.obj)....
Disclaimer - I've not used CMake before, with all possibility the issue is behind the keyboard. I'm getting errors when I try to load up the project in CMake GUI....
SONAME is set to ```libosdCPU.so.3.4.4```. It is supposed to be ```libosdCPU.so.3``` or ```libosdCPU.so.3.4``` to allow space for minor version updates not requiring rebuild of all dependencies. There should also be...
I see there's no Vulkan back-end, but I believe it would be a great idea in many aspects: - It's an API with concepts targeted to current gfx hardware designs,...
Found via `codespell -q 3 -I ../OpenSubdiv-word-whitelist.txt` where whitelist consists of: ``` currenty lod uint ```
Is it intended that there is so many small projects in the VS solution? Or is this something wrong on my end? 