mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-04 00:41:05 +00:00
83 lines
2.7 KiB
C++
83 lines
2.7 KiB
C++
//
|
|
// Copyright 2013 Pixar
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License
|
|
// and the following modification to it: Section 6 Trademarks.
|
|
// 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 for reproducing
|
|
// the content of the NOTICE file.
|
|
//
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing,
|
|
// software distributed under the License is distributed on an
|
|
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
|
|
// either express or implied. See the License for the specific
|
|
// language governing permissions and limitations under the
|
|
// License.
|
|
//
|
|
static const std::string catmark_cube_corner4 =
|
|
"# This file uses centimeters as units for non-parametric coordinates.\n"
|
|
"\n"
|
|
"v 0.000000 -1.414214 1.000000\n"
|
|
"v 1.414214 0.000000 1.000000\n"
|
|
"v -1.414214 0.000000 1.000000\n"
|
|
"v 0.000000 1.414214 1.000000\n"
|
|
"v -1.414214 0.000000 -1.000000\n"
|
|
"v 0.000000 1.414214 -1.000000\n"
|
|
"v 0.000000 -1.414214 -1.000000\n"
|
|
"v 1.414214 0.000000 -1.000000\n"
|
|
"vt 0.375000 0.000000\n"
|
|
"vt 0.625000 0.000000\n"
|
|
"vt 0.375000 0.250000\n"
|
|
"vt 0.625000 0.250000\n"
|
|
"vt 0.375000 0.500000\n"
|
|
"vt 0.625000 0.500000\n"
|
|
"vt 0.375000 0.750000\n"
|
|
"vt 0.625000 0.750000\n"
|
|
"vt 0.375000 1.000000\n"
|
|
"vt 0.625000 1.000000\n"
|
|
"vt 0.875000 0.000000\n"
|
|
"vt 0.875000 0.250000\n"
|
|
"vt 0.125000 0.000000\n"
|
|
"vt 0.125000 0.250000\n"
|
|
"vn 0.000000 0.000000 1.000000\n"
|
|
"vn 0.000000 0.000000 1.000000\n"
|
|
"vn 0.000000 0.000000 1.000000\n"
|
|
"vn 0.000000 0.000000 1.000000\n"
|
|
"vn -0.707107 0.707107 0.000000\n"
|
|
"vn -0.707107 0.707107 0.000000\n"
|
|
"vn -0.707107 0.707107 0.000000\n"
|
|
"vn -0.707107 0.707107 0.000000\n"
|
|
"vn 0.000000 0.000000 -1.000000\n"
|
|
"vn 0.000000 0.000000 -1.000000\n"
|
|
"vn 0.000000 0.000000 -1.000000\n"
|
|
"vn 0.000000 0.000000 -1.000000\n"
|
|
"vn 0.707107 -0.707107 0.000000\n"
|
|
"vn 0.707107 -0.707107 0.000000\n"
|
|
"vn 0.707107 -0.707107 0.000000\n"
|
|
"vn 0.707107 -0.707107 0.000000\n"
|
|
"vn 0.707107 0.707107 0.000000\n"
|
|
"vn 0.707107 0.707107 0.000000\n"
|
|
"vn 0.707107 0.707107 0.000000\n"
|
|
"vn 0.707107 0.707107 0.000000\n"
|
|
"vn -0.707107 -0.707107 0.000000\n"
|
|
"vn -0.707107 -0.707107 0.000000\n"
|
|
"vn -0.707107 -0.707107 0.000000\n"
|
|
"vn -0.707107 -0.707107 0.000000\n"
|
|
"s off\n"
|
|
"f 1/1/1 2/2/2 4/4/3 3/3/4\n"
|
|
"f 3/3/5 4/4/6 6/6/7 5/5/8\n"
|
|
"f 5/5/9 6/6/10 8/8/11 7/7/12\n"
|
|
"f 7/7/13 8/8/14 2/10/15 1/9/16\n"
|
|
"f 2/2/17 8/11/18 6/12/19 4/4/20\n"
|
|
"f 7/13/21 1/1/22 3/3/23 5/14/24\n"
|
|
"t corner 1/1/0 0 10.0\n"
|
|
;
|