2013-05-03 02:37:34 +00:00
|
|
|
//
|
2013-09-26 19:04:57 +00:00
|
|
|
// Copyright 2013 Pixar
|
2013-05-03 02:37:34 +00:00
|
|
|
//
|
2013-09-26 19:04:57 +00:00
|
|
|
// 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:
|
2013-05-03 02:37:34 +00:00
|
|
|
//
|
2013-09-26 19:04:57 +00:00
|
|
|
// 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.
|
2013-05-03 02:37:34 +00:00
|
|
|
//
|
2013-09-26 19:04:57 +00:00
|
|
|
// You may obtain a copy of the Apache License at
|
2013-05-03 02:37:34 +00:00
|
|
|
//
|
2013-09-26 19:04:57 +00:00
|
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
2013-07-18 21:19:50 +00:00
|
|
|
//
|
2013-09-26 19:04:57 +00:00
|
|
|
// 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.
|
2013-05-03 02:37:34 +00:00
|
|
|
//
|
2013-09-26 19:04:57 +00:00
|
|
|
|
2013-05-03 02:37:34 +00:00
|
|
|
static const std::string catmark_flap =
|
|
|
|
"# This file uses centimeters as units for non-parametric coordinates.\n"
|
|
|
|
"v -0.110026 1.92157 -1.57017 \n"
|
|
|
|
"v -0.0688233 1.81063 -1.5982 \n"
|
|
|
|
"v -1.39787e-007 1.79114 -1.57387 \n"
|
|
|
|
"v -4.40002e-018 1.90219 -1.54412 \n"
|
|
|
|
"v 0.0688228 1.81062 -1.5983 \n"
|
|
|
|
"v 0.0765256 1.82442 -1.71797 \n"
|
|
|
|
"v 0.110026 1.9216 -1.57025 \n"
|
|
|
|
"v 0.119883 1.95726 -1.70576 \n"
|
|
|
|
"vt 0.805211 0.695402 \n"
|
|
|
|
"vt 0.817349 0.720173 \n"
|
|
|
|
"vt 0.912184 0.729578 \n"
|
|
|
|
"vt 0.928781 0.70908 \n"
|
|
|
|
"vt 0.898818 0.720746 \n"
|
|
|
|
"vt 0.876799 0.716673 \n"
|
|
|
|
"vt 0.909555 0.697071 \n"
|
|
|
|
"vt 0.884052 0.693003 \n"
|
|
|
|
"f 4/4 3/3 5/5 7/7 \n"
|
|
|
|
"f 7/7 5/5 6/6 8/8 \n"
|
|
|
|
"f 2/2 3/3 4/4 1/1 \n"
|
|
|
|
"\n"
|
|
|
|
;
|