Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Hololens: Model formats that preform better or worse?

Hi there. We are working with the Hololens in Unity.
Any suggestion on 3D format that is worse or better? We mainly import .fbx. But would and, .obj with the same amount of verts be the same? better or worse for the preformance?

What is the recommended maximum verts/tries for the hololens?

Tagged:

Answers

  • Options
    AmerAmerAmerAmer ✭✭✭

    fbx is usually the easiest and most universal. I've tested it with Maya, Blender and 3DMax. Although Blender export can be very messy. FBX will link textures, store animations, etc. Unity will import a ton of stuff so whatever makes your pipeline easier. The hardest part is keeping the scaling and origin points between conversions. As long as your triangle count is low and your don't have any seams and errors, it should be fine. I've heard from Microsoft folks that 4k should be the limit. I've had meshes with 10k+ triangles and very simple shaders and they seemed to work fine.

    http://www.redsprocketstudio.com/
    Developer | Check out my new project blog

Sign In or Register to comment.