mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-08 13:30:04 +00:00
doc update: replace old references to ComputeContext and ComputeController.
This commit is contained in:
parent
4f2c33bf08
commit
0ab4076286
@ -114,8 +114,8 @@ or in your local ``<repository root>/turorials``.
|
||||
:widths: 50 50
|
||||
|
||||
* - | **Tutorial 0**
|
||||
| This tutorial demonstrates the manipulation of Osd 'Compute' 'Contexts' and
|
||||
'Controllers'. `[code] <osd_tutorial_0.html>`__
|
||||
| This tutorial demonstrates the manipulation of Osd Evaluator and BufferDescriptor.
|
||||
`[code] <osd_tutorial_0.html>`__
|
||||
|
|
||||
- |
|
||||
|
||||
|
@ -26,8 +26,8 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// Tutorial description:
|
||||
//
|
||||
// This tutorial demonstrates the manipulation of Osd 'Compute' 'Contexts' and
|
||||
// 'Controllers'.
|
||||
// This tutorial demonstrates the manipulation of Osd Evaluator and
|
||||
// BufferDescriptor.
|
||||
//
|
||||
|
||||
#include <opensubdiv/far/topologyDescriptor.h>
|
||||
@ -76,7 +76,7 @@ int main(int, char **) {
|
||||
// Setup phase
|
||||
//
|
||||
Far::StencilTable const * stencilTable = NULL;
|
||||
{ // Setup Context
|
||||
{ // Setup Far::StencilTable
|
||||
Far::TopologyRefiner const * refiner = createTopologyRefiner(maxlevel);
|
||||
|
||||
// Setup a factory to create FarStencilTable (for more details see
|
||||
|
Loading…
Reference in New Issue
Block a user