mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-08 13:30:04 +00:00
669e54a9f7
- added missing vertex texture or normal entry when only one missing - removed texture or normal indices from face definitions when none present - removed normals when incomplete and not correlated with face definitions
22 lines
633 B
C++
22 lines
633 B
C++
static const std::string catmark_gregory_test0 = std::string(
|
|
"# This file uses centimeters as units for non-parametric coordinates.\n"
|
|
"v -0.500000 0.204097 -0.500000\n"
|
|
"v 0.000000 0.117710 -0.500000\n"
|
|
"v -0.500000 0.142210 -0.000000\n"
|
|
"v 0.000000 0.000000 0.000000\n"
|
|
"v -0.500000 0.204097 0.500000\n"
|
|
"v 0.000000 0.117710 0.500000\n"
|
|
"v 0.500000 0.348563 -0.003642\n"
|
|
"vt -0.500000 -0.500000\n"
|
|
"vt 0.000000 -0.500000\n"
|
|
"vt -0.500000 -0.000000\n"
|
|
"vt 0.000000 0.000000\n"
|
|
"vt -0.500000 0.500000\n"
|
|
"vt 0.000000 0.500000\n"
|
|
"vt 0.500000 -0.003642\n"
|
|
"s 1\n"
|
|
"f 1/1 2/2 4/4 3/3\n"
|
|
"f 3/3 4/4 6/6 5/5\n"
|
|
"f 2/2 7/7 6/6 4/4\n"
|
|
);
|