1 //
2 //   Copyright 2015 DreamWorks Animation LLC.
3 //
4 //   Licensed under the Apache License, Version 2.0 (the "Apache License")
5 //   with the following modification; you may not use this file except in
6 //   compliance with the Apache License and the following modification to it:
7 //   Section 6. Trademarks. is deleted and replaced with:
8 //
9 //   6. Trademarks. This License does not grant permission to use the trade
10 //      names, trademarks, service marks, or product names of the Licensor
11 //      and its affiliates, except as required to comply with Section 4(c) of
12 //      the License and to reproduce the content of the NOTICE file.
13 //
14 //   You may obtain a copy of the Apache License at
15 //
16 //       http://www.apache.org/licenses/LICENSE-2.0
17 //
18 //   Unless required by applicable law or agreed to in writing, software
19 //   distributed under the Apache License with the above modification is
20 //   distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
21 //   KIND, either express or implied. See the Apache License for the specific
22 //   language governing permissions and limitations under the Apache License.
23 //
24 
25 static const std::string catmark_pole8 =
26 "v 0.6140 -0.7836 -0.6140\n"
27 "v 0.8684 -0.7836 0.0000\n"
28 "v 0.2895 -1.0000 0.0000\n"
29 "v 0.2047 -1.0000 -0.2047\n"
30 "v 0.0000 -1.0000 0.0000\n"
31 "v 0.6140 -0.7836 0.6140\n"
32 "v 0.2047 -1.0000 0.2047\n"
33 "v 0.0000 -0.7836 0.8684\n"
34 "v 0.0000 -1.0000 0.2895\n"
35 "v -0.6140 -0.7836 0.6140\n"
36 "v -0.2047 -1.0000 0.2047\n"
37 "v -0.8684 -0.7836 0.0000\n"
38 "v -0.2895 -1.0000 0.0000\n"
39 "v -0.6140 -0.7836 -0.6140\n"
40 "v -0.2047 -1.0000 -0.2047\n"
41 "v -0.0000 -0.7836 -0.8684\n"
42 "v -0.0000 -1.0000 -0.2895\n"
43 "f 1 2 3 4 \n"
44 "f 4 3 5 \n"
45 "f 2 6 7 3 \n"
46 "f 3 7 5 \n"
47 "f 6 8 9 7 \n"
48 "f 7 9 5 \n"
49 "f 8 10 11 9 \n"
50 "f 9 11 5 \n"
51 "f 10 12 13 11 \n"
52 "f 11 13 5 \n"
53 "f 12 14 15 13 \n"
54 "f 13 15 5 \n"
55 "f 14 16 17 15 \n"
56 "f 15 17 5 \n"
57 "f 16 1 4 17 \n"
58 "f 17 4 5 \n"
59 "\n"
60 ;
61