OpenSubdiv/examples/simpleCpu/notes.md
manuelk 10c687ecd5 Release Candidate 1.0 :
- [Feature Adaptive GPU Rendering of Catmull-Clark Surfaces](http://research.microsoft.com/en-us/um/people/cloop/tog2012.pdf).

- New API architecture : we are planning to lock on to this new framework as the basis for backward compatibility, which we will enforce from Release 1.0 onward. Subsequent releases of OpenSubdiv should not break client code.

- DirectX 11 support

- and much more...
2012-12-10 17:15:13 -08:00

772 B

Setup:

Generate documentation:

$ ~/src/docco/bin/docco simpleCpuSubdivision.cpp

Trina's Setup (setup above didn't work for me, here's what I did, YMMV)

To Generate docco html file:

  • sudo easy_install Pygments

  • install node from http://nodejs.org/

  • put source into /usr/local/src

    % cd /usr/local/src/node-VERSION % ./configure % make % make install % npm install -g docco

  • docco should now be in /usr/local/bin

  • rehash

  • cd /your/source/code/directory

  • docco yoursource.cpp voila!

  • docs go into /your/source/code/directory/docs