expo-three icon indicating copy to clipboard operation
expo-three copied to clipboard

Utilities for using THREE.js on Expo

Results 119 expo-three issues
Sort by recently updated
recently updated
newest added

https://threejs.org/docs/#examples/en/exporters/GLTFExporter

Code: ``` const materials = await loadMtlAsync({ asset: require('./foood.mtl'), onAssetRequested: null, }); const mesh = await loadObjAsync({ asset: require('./foood.obj'), materials }); scene.add(mesh); ``` Nothing appears on the screen. What can...

Failed building JavaScript bundle. While trying to resolve module `@react-three/fiber` from file `C:\Users\zhangxiang\Desktop\d3mobile\App.tsx`, the package `C:\Users\zhangxiang\Desktop\d3mobile\node_modules\@react-three\fiber\package.json` was successfully found. However, this package itself specifies a `main` module field that could...

Bumps [tar](https://github.com/npm/node-tar) from 4.4.10 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Remove import/export syntax -- similar to https://github.com/expo/vector-icons/pull/189 https://github.com/expo/expo-asset-utils/pull/54

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

THREE.js supports videos as textures using `` DOM elements as shown [here](https://threejs.org/docs/#api/en/textures/VideoTexture). Is it possible to do so with expo-three? I want to use it to dewarp 360 video.

Hello I found one issue in expo-three. When I load glb file in react native expo, it is good working in web browser. but this is not working on android...

Hi, I'm developing my react-native app and using react-native-cli to write some native code. I've researched and find out that uni-modules can help me hook expo-gl and expo-three with the...