OpenSubdiv icon indicating copy to clipboard operation
OpenSubdiv copied to clipboard

Is this a typo, or I miss understand.

Open rotal opened this issue 8 years ago • 2 comments
trafficstars

in file examples/mtlPtexViewer/mtlPtexViewer.mm ///////////////////////////// #if TARGET_OS_EMBEDDED shaderBuilder << "#define OSD_UV_CORRECTION if(t > 0.5){ ti += 0.01f; } else { ti += 0.01f; }\n"; #endif ////////////////////////////// Do you mean? ////////////////////////////// if(t > 0.5){ ti -= 0.01f; } else { ti += 0.01f; } ///////////////////////////////

rotal avatar Nov 13 '17 15:11 rotal

You may be right, taking a look...

davidgyu avatar Nov 14 '17 16:11 davidgyu

Filed as internal issue #153938.

jtran56 avatar Nov 16 '17 17:11 jtran56