UNPKG

571 BSource Map (JSON)View Raw
1{"version":3,"file":"polyfillTextureLoader.fx.native.js","sourceRoot":"","sources":["../src/polyfillTextureLoader.fx.native.ts"],"names":[],"mappings":"AAAA;;;EAGE;AACF,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,KAAK,CAAC,aAAa,CAAC,SAAS,CAAC,IAAI,GAAG,WAAW,CAAC","sourcesContent":["/*\n **Super Hack:**\n Override Texture Loader to use the `path` component as a callback to get resources or Expo `Asset`s\n*/\nimport THREE from './Three';\nimport { loadTexture } from './loadTexture';\nTHREE.TextureLoader.prototype.load = loadTexture;\n"]}
\No newline at end of file