Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to make complete framebuffer object 8cd6 #41

Open
anutting opened this issue Apr 9, 2020 · 2 comments
Open

Failed to make complete framebuffer object 8cd6 #41

anutting opened this issue Apr 9, 2020 · 2 comments

Comments

@anutting
Copy link

anutting commented Apr 9, 2020

Hi,

I'm pretty new to rendering 3D models. I have a .obj file and a .bmp file on device somewhere. and am seeing the error within the XCode console while trying to render them.

Here's my Model View

<ModelView
  model={{
   uri: 'file:///var/mobile/Containers/Data/Application/D345F2AF-8094-44F6-938C-242440B57BF3/Documents/Output-Files/2020.04.09.13.16.12/model.obj',
    }}
    texture={{
      uri: 'file:///var/mobile/Containers/Data/Application/D345F2AF-8094-44F6-938C-242440B57BF3/Documents/Output-Files/2020.04.09.13.16.12/texture.bmp',
     }}
    scale={0.5}

    style={{
       flex: 1,
       backgroundColor: 'transparent'
     }}/>

Any ideas what could cause the "Failed to make complete framebuffer object 8cd6" error?

thanks

@narvidas
Copy link

I'm having the same problem with the sample files (demon.obj and demon.png) Any ideas?

@I-am-vishalmaurya
Copy link

I am facing similar issue did you solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants