OpenSubdiv/tutorials/far
Takahito Tejima 4e807a776d Add Far::PatchTable::ComputeLocalPointValues() to compute endcap patch points.
To encapsulate endcap functions from public API, add methods to
tell the number of patch points needed (GetNumLocalPoints()) and
to compute those patch points as a result of change of basis from
the refined vertices (ComputeLocalPointValues()).

ComputeLocalPointValues takes contiguous source data of all levels
including level0 control vertices.
2015-05-29 12:41:22 -07:00
..
tutorial_0 Moved primvar interpolation methods to new Far::PrimvarRefiner class 2015-05-23 18:56:36 -07:00
tutorial_1 Moved protected TopologyRefiner modifiers to its Factory class: 2015-05-28 22:39:45 -07:00
tutorial_2 Removed primvar interpolation dependency on varying interface: 2015-05-29 10:48:19 -07:00
tutorial_3 Moved primvar interpolation methods to new Far::PrimvarRefiner class 2015-05-23 18:56:36 -07:00
tutorial_4 renaming (2/2) PatchTables and StencilTables to PatchTable and StencilTable 2015-05-22 11:50:01 -07:00
tutorial_5 renaming (2/2) PatchTables and StencilTables to PatchTable and StencilTable 2015-05-22 11:50:01 -07:00
tutorial_6 Add Far::PatchTable::ComputeLocalPointValues() to compute endcap patch points. 2015-05-29 12:41:22 -07:00
tutorial_7 renaming (2/2) PatchTables and StencilTables to PatchTable and StencilTable 2015-05-22 11:50:01 -07:00
CMakeLists.txt CMakeLists: add enable_testing/add_test 2015-04-16 10:52:08 -07:00