Comment on Sculpting the moon in R: Subdivision surfaces and displacement mappingComments−phkahler2yOpensubdiv should be able to do this too. I wonder how much work it would be to glue that on. Maybe there's no benefit at this point? ;-)−tylermwOP2yOpensubdiv would definitely be the robust, industry standard solution. However, R packages that are distributed on the CRAN have additional restrictions on required system libraries, so for portability I went with a bespoke implementation.
Comments
Opensubdiv should be able to do this too. I wonder how much work it would be to glue that on. Maybe there's no benefit at this point? ;-)
Opensubdiv would definitely be the robust, industry standard solution. However, R packages that are distributed on the CRAN have additional restrictions on required system libraries, so for portability I went with a bespoke implementation.