OpenSubdiv/examples/glEvalLimit
manuelk 48cf4b6528 Refactor Vtr::Array for better "const" safety
Const' declared instances of Vtr::Array do not protect the pointer held
privately by the class properly. In order to force the compiler to
protect this pointer, we removed all non-const accessors from Vtr::Array
(now renamed Vtr::ConstArray) and moved them to a child class (Vtr::Array),
which requires const_cast<> operators internally to allow access.

The change & renaming is then propagated to all internal dependencies.
2014-12-15 10:23:13 -08:00
..
CMakeLists.txt Add 'sticles' to the glEvalLimit code example 2014-09-30 18:53:47 -07:00
glEvalLimit.cpp Refactor Vtr::Array for better "const" safety 2014-12-15 10:23:13 -08:00
init_shapes.h Added catmark_gregory_test{6,7} to a few examples. 2014-10-24 11:07:24 -07:00
particles.cpp Refactor Vtr::Array for better "const" safety 2014-12-15 10:23:13 -08:00
particles.h Add 'sticles' to the glEvalLimit code example 2014-09-30 18:53:47 -07:00