Change max number of vertices

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • giuseppe
    Blossoming 3Dflower
    • Oct 2019
    • 2

    Change max number of vertices

    Hi.

    I need to be able to indicate a vertex limit (PCMaxNumberOfVertices) of 60.000, but the software won't let me put a value less than 100.000. Does anyone know of a solution?

    To give you more context, the basic problem is as follows: I'm developing a small application for Oculus Go with Unreal Engine. In 3Df.
    I export the object as FBX and then import it in UE4. In the UE4 editor everything looks good, but when I throw it to the headset, the object is completely broken. I think it's because the limit for mobile devices like GO, is 65535 vertices.

    Thanks in advance.
  • giuseppe
    Blossoming 3Dflower
    • Oct 2019
    • 2

    #2
    Resolved with help in Discord: I played with resolution parameters and some more at the time of creating the texture, and I could lower the number of vertices.

    Comment

    Working...