1 |
- {"ast":null,"code":"/**\n * Defines if the system should use OpenGL convention for UVs when creating geometry or loading .babylon files (false by default)\n */\nexport let useOpenGLOrientationForUV = false;\n/**\n * Sets whether to use OpenGL convention for UVs\n * @param value the new value\n */\nexport function setOpenGLOrientationForUV(value) {\n useOpenGLOrientationForUV = value;\n}\n/**\n * Options used to control default behaviors regarding compatibility support\n * @deprecated please use named exports\n */\nexport const CompatibilityOptions = {\n /* eslint-disable @typescript-eslint/naming-convention */\n get UseOpenGLOrientationForUV() {\n return useOpenGLOrientationForUV;\n },\n set UseOpenGLOrientationForUV(value) {\n useOpenGLOrientationForUV = value;\n }\n /* eslint-enable @typescript-eslint/naming-convention */\n};","map":{"version":3,"names":["useOpenGLOrientationForUV","setOpenGLOrientationForUV","value","CompatibilityOptions","UseOpenGLOrientationForUV"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/@babylonjs/core/Compat/compatibilityOptions.js"],"sourcesContent":["/**\n * Defines if the system should use OpenGL convention for UVs when creating geometry or loading .babylon files (false by default)\n */\nexport let useOpenGLOrientationForUV = false;\n/**\n * Sets whether to use OpenGL convention for UVs\n * @param value the new value\n */\nexport function setOpenGLOrientationForUV(value) {\n useOpenGLOrientationForUV = value;\n}\n/**\n * Options used to control default behaviors regarding compatibility support\n * @deprecated please use named exports\n */\nexport const CompatibilityOptions = {\n /* eslint-disable @typescript-eslint/naming-convention */\n get UseOpenGLOrientationForUV() {\n return useOpenGLOrientationForUV;\n },\n set UseOpenGLOrientationForUV(value) {\n useOpenGLOrientationForUV = value;\n },\n /* eslint-enable @typescript-eslint/naming-convention */\n};\n"],"mappings":"AAAA;AACA;AACA;AACA,OAAO,IAAIA,yBAAyB,GAAG,KAAK;AAC5C;AACA;AACA;AACA;AACA,OAAO,SAASC,yBAAyBA,CAACC,KAAK,EAAE;EAC7CF,yBAAyB,GAAGE,KAAK;AACrC;AACA;AACA;AACA;AACA;AACA,OAAO,MAAMC,oBAAoB,GAAG;EAChC;EACA,IAAIC,yBAAyBA,CAAA,EAAG;IAC5B,OAAOJ,yBAAyB;EACpC,CAAC;EACD,IAAII,yBAAyBA,CAACF,KAAK,EAAE;IACjCF,yBAAyB,GAAGE,KAAK;EACrC;EACA;AACJ,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|