Skip to content

Rendering errors when modifying fox.objΒ #21

@smartcontracts

Description

@smartcontracts

Hi, I'm working on a modified version of this logo as part of this GitCoin issue. I'm having issues getting the fox to render correctly after changing some polygon colors in 3DS Max. 3DS Max and Windows' built-in 3D object viewer seem to both render the fox correctly, though.

Here's the result when using this library:
snip

Steps to reproduce:

  1. Open fox.max in 3DS Max.
  2. Change the material of some of the polygons.
  3. Export fox.max to fox.obj and fox.mtl using default settings.
  4. Execute npm run convert and npm run start to view broken image on web.

I briefly took a look at the code and noticed that the polygons are correctly generated here, but are then being hidden either when the determinant is negative or because the z-index is zero. I'll mess with this a little more and see if I can figure out the exact cause of the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions