PixarAnimationStudios / OpenSubdiv

An Open-Source subdivision surface library.
graphics.pixar.com/opensubdiv
Other
2.87k stars 557 forks source link

Adaptive Quadtrees (paper) #914

Open boberfly opened 7 years ago

boberfly commented 7 years ago

Apologies if this is already in the codebase or not so practical for OSD's use case: http://www.graphics.stanford.edu/~niessner/papers/2016/4subdiv/brainerd2016efficient.pdf

I'm curious about this paper in relation to OSD, is there a plan to have an implementation similar to this? Or if anyone has a good idea on how to implement this. Cheers!

barfowl commented 7 years ago

Yes, there is interest in this approach and there has been communication between the co-authors and the OpenSubdiv team (beginning prior to publication). Priorities for 2016 unfortunately needed to address other areas, so we hope to dig deeper into this in 2017.

jtran56 commented 7 years ago

Filed as internal issue #142045.

boberfly commented 7 years ago

Just thought I'd link this here for more info for others (last section of the video): http://www.gdcvault.com/play/1024353/

manuelk commented 7 years ago

Working on it - pull requests are in the pipeline, but we are hitting some hardware / API limitations that were not immediately visible with the prototype code from the paper.

boberfly commented 7 years ago

Thanks for the update @manuelk

boberfly commented 6 years ago

Hi all, has there been any progress on this? I did notice a patch builder but it was more or less scaffolding for upcoming changes I'm guessing? Cheers.