// // Copyright 2015 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 catmark_nonman_bareverts = "# 4x4 grid of quads -- 25 vertices:\n" "v 0.00 0.00 0.00\n" "v 0.25 0.00 0.00\n" "v 0.50 0.00 0.00\n" "v 0.75 0.00 0.00\n" "v 1.00 0.00 0.00\n" "v 0.00 0.25 0.00\n" "v 0.25 0.25 0.20\n" "v 0.50 0.25 0.20\n" "v 0.75 0.25 0.20\n" "v 1.00 0.25 0.00\n" "v 0.00 0.50 0.00\n" "v 0.25 0.50 0.20\n" "v 0.50 0.50 0.30\n" "v 0.75 0.50 0.20\n" "v 1.00 0.50 0.00\n" "v 0.00 0.75 0.00\n" "v 0.25 0.75 0.20\n" "v 0.50 0.75 0.20\n" "v 0.75 0.75 0.20\n" "v 1.00 0.75 0.00\n" "v 0.00 1.00 0.00\n" "v 0.25 1.00 0.00\n" "v 0.50 1.00 0.00\n" "v 0.75 1.00 0.00\n" "v 1.00 1.00 0.00\n" "vt 0.00 0.00\n" "vt 0.25 0.00\n" "vt 0.50 0.00\n" "vt 0.75 0.00\n" "vt 1.00 0.00\n" "vt 0.00 0.20\n" "vt 0.25 0.20\n" "vt 0.50 0.10\n" "vt 0.75 0.20\n" "vt 1.00 0.20\n" "vt 0.00 0.40\n" "vt 0.25 0.40\n" "vt 0.50 0.20\n" "vt 0.75 0.40\n" "vt 1.00 0.40\n" "vt 0.00 0.60\n" "vt 0.25 0.60\n" "vt 0.50 0.40\n" "vt 0.75 0.60\n" "vt 1.00 0.60\n" "vt 0.00 0.80\n" "vt 0.25 0.80\n" "vt 0.50 0.65\n" "vt 0.75 0.80\n" "vt 1.00 0.80\n" "vt 0.00 1.00\n" "vt 0.25 1.00\n" "vt 0.40 1.00\n" "vt 0.75 1.00\n" "vt 1.00 1.00\n" "vt 0.60 1.00\n" "f 6/6 7/7 12/12 11/11\n" "f 7/7 8/8 13/13 12/12\n" "f 8/8 9/9 14/14 13/13\n" "f 9/9 10/10 15/15 14/14\n" "f 11/16 12/17 17/22 16/21\n" "f 12/17 13/18 18/23 17/22\n" "f 13/18 14/19 19/24 18/23\n" "f 14/19 15/20 20/25 19/24\n" ;