XiongMeng1992

Results 7 comments of XiongMeng1992

@CodyJasonBennett Can you provide a link to the full React Native loading GLB format demo?

@CodyJasonBennett Can you provide an example code that can load GLB format on React Native? I'm trying to load the GLB file, but I can't

> I tested your method of linking, but it doesn't seem to work on iOS devices. Is your native code running iOS OK? If it is normal, I hope you...

> I have a basic starter here: https://github.com/CodyJasonBennett/r3f-native-starter, but I need to update it to Expo 46 and apply patches from this issue (for embedded textures). @CodyJasonBennett Excuse me, have...

> @XiongMeng1992, I'm not aware of a way to do that without either patching react-native or three's GLTFLoader to create data textures instead of ArrayBuffer => Blob => Texture, hence...

I have tested Android9, Android12, Android10 on different real machines and I am sure it will crash on Android10, the other versions of Android will work fine, it will crash...

> > @jonklein @pingumen96伙计们,请确认你们是否在gradle.properties中使用RN 0.68和newArchEnabled=true。当标志设置为false时,它对我有用,否则它会显示错误“EngineView”与Fabric兼容。 > > 我没有使用newArchEnabled = true,因为与其他库不兼容。 @pingumen96 How do you solve the problem of not loading on Android without setting newArchEnabled = true? I used "@babylonjs/...