OpenSubdiv/regression/shapes/loop_fvar_bound1.h
barry 3c9673c447 Added more regression/shapes for Loop and updated a couple others:
- updated the edge-only and edge-corner shapes consistent with Catmark
    - moved the existing triangulated cube to loop_cube_asymmetric
    - added new loop_cube with symmetric triangulation and limit surface
    - added semi-sharp and inf-sharp variations of cube and icosahedron
    - added shapes with extra-ordinary interior and boundary vertices
    - added shapes with face-varying features similar to Catmark
2019-01-07 15:54:37 -08:00

102 lines
2.7 KiB
C++

//
// Copyright 2018 DreamWorks Animation LLC.
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trademarks. This License does not grant permission to use the trade
// names, trademarks, service marks, or product names of the Licensor
// and its affiliates, except as required to comply with Section 4(c) of
// the License and to reproduce the content of the NOTICE file.
//
// You may obtain a copy of the Apache License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the Apache License with the above modification is
// distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the Apache License for the specific
// language governing permissions and limitations under the Apache License.
//
static const std::string loop_fvar_bound1 =
"\n"
"v 0.0 0 1.0\n"
"v -0.433 0 0.75\n"
"v 0.0 0 0.5\n"
"v -0.866 0 0.5\n"
"v -0.433 0 0.25\n"
"v 0.433 0 0.75\n"
"v -0.866 0 0.0\n"
"v 0.433 0 0.25\n"
"v 0.0 -0.5 0.0\n"
"v -0.433 0 -0.25\n"
"v 0.866 0 0.5\n"
"v 0.866 0 0.0\n"
"v 0.433 0 -0.25\n"
"v 0.0 0 -0.5\n"
"v -0.866 0 -0.5\n"
"v -0.433 0 -0.75\n"
"v 0.866 0 -0.5\n"
"v 0.433 0 -0.75\n"
"v 0.0 0 -1.0\n"
"\n"
"vt 0.45 0.92\n"
"vt 0.3 0.85\n"
"vt 0.5 0.75\n"
"vt 0.10 0.75\n"
"vt 0.3 0.65\n"
"vt 0.7 0.85\n"
"vt 0.05 0.65\n"
"vt 0.05 0.45\n"
"vt 0.25 0.55\n"
"vt 0.7 0.65\n"
"vt 0.5 0.55\n"
"vt 0.25 0.35\n"
"vt 0.9 0.75\n"
"vt 0.45 0.45\n"
"vt 0.95 0.65\n"
"vt 0.75 0.55\n"
"vt 0.95 0.45\n"
"vt 0.55 0.45\n"
"vt 0.75 0.35\n"
"vt 0.45 0.25\n"
"vt 0.55 0.25\n"
"vt 0.05 0.25\n"
"vt 0.25 0.15\n"
"vt 0.95 0.25\n"
"vt 0.75 0.15\n"
"vt 0.45 0.05\n"
"vt 0.55 0.05\n"
"vt 0.55 0.92\n"
"\n"
"f 1/1 2/2 3/3 \n"
"f 2/2 4/4 5/5 \n"
"f 1/28 3/3 6/6 \n"
"f 2/2 5/5 3/3 \n"
"f 4/7 7/8 5/9 \n"
"f 6/6 3/3 8/10 \n"
"f 3/3 5/5 9/11 \n"
"f 5/9 7/8 10/12 \n"
"f 6/6 8/10 11/13 \n"
"f 3/3 9/11 8/10 \n"
"f 5/9 10/12 9/14 \n"
"f 11/15 8/16 12/17 \n"
"f 8/16 9/18 13/19 \n"
"f 9/14 10/12 14/20 \n"
"f 8/16 13/19 12/17 \n"
"f 9/18 14/21 13/19 \n"
"f 7/8 15/22 10/12 \n"
"f 10/12 15/22 16/23 \n"
"f 10/12 16/23 14/20 \n"
"f 12/17 13/19 17/24 \n"
"f 13/19 14/21 18/25 \n"
"f 14/20 16/23 19/26 \n"
"f 13/19 18/25 17/24 \n"
"f 14/21 19/27 18/25 \n"
"\n"
;