doc update: replace old references to ComputeContext and ComputeController.

This commit is contained in:
Takahito Tejima 2015-06-17 17:40:25 -07:00
parent 4f2c33bf08
commit 0ab4076286
2 changed files with 5 additions and 5 deletions

View File

@ -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>`__
|
- |

View File

@ -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