OpenSubdiv/examples
manuelk bbe4435b19 minor API refactor of for EvalLimit :
- Replaced EvalData and EvalVertexData classes with a simpler DataStream class that only
  accesses a single data stream, binds and unbinds it

- DataStream has both an input and an output version which avoids much of the const-ness
  const-related ambiguity of the previous design pattern

- Vertex, varying and face-varying data now all have a dedicate struct (VertexData, VaryingData, FaceVaryingData)
  as a way of gathering the various data-streams required to perform sampling

- renamd some "Buffers" into "Tables" for better naming consistency with Far
2013-06-17 18:13:13 -07:00
..
common Fixed a couple bugs/typos in simple_math.h 2013-06-14 09:55:55 -07:00
dxViewer more msvc fixes. make dxViewer working. 2013-05-14 10:48:48 -07:00
glBatchViewer Fixed glsl shader portability edgeDistance 2013-06-10 16:32:45 -07:00
glViewer Fixed patch color override for uniform subdivision 2013-06-10 23:33:34 -07:00
limitEval minor API refactor of for EvalLimit : 2013-06-17 18:13:13 -07:00
mayaPtexViewer Fixed glsl shader portability (input,output) 2013-06-10 16:31:30 -07:00
mayaViewer Fixed glsl shader portability (input,output) 2013-06-10 16:31:30 -07:00
paintTest Fixed glsl shader portability edgeDistance 2013-06-10 16:32:45 -07:00
ptexViewer Fixed glsl shader portability edgeDistance 2013-06-10 16:32:45 -07:00
python change access permissions on files 2013-03-08 08:57:42 -08:00
simpleCpu Moving some member variables of OsdGlDrawContext from public to protected 2013-05-31 17:11:16 -07:00
CMakeLists.txt Removed examples/evalTest from examples/CMakeLists 2013-06-10 17:26:58 -07:00