This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// This is a simple example that uses face-varying u,v data | |
// with uniform catmull-clark subdivision using OpenSubdiv | |
// | |
// c++ -o displayOsdFVarCoord displayOsdFVarCoord.cpp -I$OPENSUBDIV/include -L$OPENSUBDIV/lib -losdCPU -lglut -lGL | |
// | |
#if defined(__APPLE__) | |
#include <GLUT/glut.h> | |
#else |