LogoLogo
  • 🌍Welcome
    • 🀝Support & Community
    • ❓FAQ
  • QuickStart
    • πŸ•ΊAnimate Anything Quickstart
      • πŸ’ͺGetting the Best Possible Results for your Model
      • ⁉️FAQ
      • πŸ€Έβ€β™‚οΈAnimations by Category
    • πŸ¦†Generate Anything Quickstart
      • πŸ₯‡Best Practices for Best Results
      • ⁉️FAQ
      • πŸ’«Expected Results by Category
    • πŸƒβ€β™‚οΈUnity Quickstart
      • πŸ”Anything Browser
      • 🌍My World
      • πŸ€–AI Creator
    • 🚲Unreal Library Quickstart
      • 🍎MacOS Installation
      • πŸ€–AI Creator
      • πŸ“¦Importing models in a packaged project
      • 🚢Animate Anything
    • ⛰️Unreal Procedural Environments Quickstart
  • Unity
    • πŸ“¦Download SDK
      • πŸ““Unity Release Notes
        • Anything World for Unity v1.1.0.2
        • Anything World for Unity v1.1.0.1
        • Anything World for Unity v1.0.2.5
        • Anything World for Unity v1.0.2.4
        • Anything World for Unity v1.0.2.3
        • Anything World for Unity v1.0.2.2
        • Anything World for Unity v1.0.2.1
        • Anything World for Unity v1.0.2.0
        • Anything World for Unity v1.0.1.0EA
        • Anything World for Unity v1.0.0.1EA
        • Anything World for Unity v1.0.0.0EA
        • Anything World for Unity v3.1.20.1
        • Anything World for Unity v3.1.20
        • Anything World for Unity v3.1.19
        • Anything World for Unity v3.1.18
        • Anything World for Unity v3.1.17
        • Anything World for Unity v3.1.16
        • Anything World for Unity v3.1.15
      • βš™οΈTroubles Updating? Upgrade Guide
    • πŸ“„Documentation
      • 🌐AnythingWorld API
        • AnythingAnimate
          • βš™οΈAnimate
          • βš™οΈPoll
        • AnythingMaker
          • βš™οΈMake
        • RequestParameter
          • AddCollider
          • AddRigidbody
          • AddScripts
          • ClampDatabaseScale
          • IsAnimated
          • LegacyAnimatorInEditorOption
          • OnFailAction
          • OnSuccessAction
          • Parent
          • PlaceOnGrid
          • PlaceOnGround
          • Position
          • Rotation
          • Scale
          • ScaleMultiplier
          • ScaleType
          • SerializeAsset
          • SetDefaultBehaviourPreset
          • TransformSpace
        • 🌐Voice
          • CommandRequester
            • RequestCommand
            • RequestAndReturnCommand
        • 🌐Utilities
          • UtilityEnum
            • ScaleType
        • 🌐Animation
          • LegacyAnimationController
            • MovementJumpLegacyController
              • BlendAnimationOnSpeed
              • Idle
              • JumpStart
              • JumpFall
              • Land
              • Run
              • Walk
            • FlyingAnimationController
              • Fly
              • Idle
            • CrossFadeAnimation
            • PlayAnimation
            • StopAnimations
            • Wait
      • Behaviour Tree Editor
        • What is a Behaviour Tree?
        • How to use Behaviour Tree Editor
      • Path Creator
      • πŸ”¨Building Your Project
    • πŸ“šTutorials
    • πŸƒLegacy vs. Modern Animation System
    • ❗Known Issues
  • Unreal
    • πŸ“”Unreal Release Notes
      • Anything World for Unreal v1.2.0.0EA
      • Anything World for Unreal v1.1.0.0EA
    • πŸ“–Unreal Plugin Codebase: Intro and FAQs
    • πŸ”¬Packaged project runtime loading of AW models
  • REST API
    • πŸ“„Documentation
    • βš’οΈService Status
    • πŸ’…Preparing your 3D model
  • Unity Legacy Documentation
    • πŸ§“Legacy Package API References
      • πŸ“„API References (Legacy)
        • AnythingCreator
        • AnythingSpeech
        • AnythingHabitat
      • ❓Troubleshooting (Legacy)
    • πŸƒUnity Quickstart - Classic Version
    • 🎀Voice Creator - Classic Version
    • πŸ‘“Examples
  • Animate Anything 3D software plugins
    • 🧊Animate Anything Blender Add-on Manual
    • 🧊Animate Anything Maya Plugin Manual
    • 🧊Animate Anything 3D Studio Max Plugin Manual
    • 🧊Animate Anything Roblox Plugin Manual
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. REST API

Preparing your 3D model

PreviousDocumentationNextLegacy Package API References

Last updated 10 months ago

Was this helpful?

Before you use our , it's important to make sure that your 3D model has a valid format and is under some constraints to guarantee a successful processing.

Please check the model processing constraints listed , paying special attention to the following points:

  • The model must be rotated in a very specific way for the system to work. For instance, when opening your model in Blender, the character should be facing -Y axis, with its up vector being +Z; in Maya, the character should be facing the +Z axis, with its up vector being +Y:

  • The model type needs to be chosen with specific criteria. Our AI pipeline tries its best to choose the right type, but it really helps if you use really common/general names for your models, for example:

    • Person: "man", β€œwoman”, "child" or "human"

    • Animal: β€œcat” instead of β€œbobcat”, or "ant" instead of "fire ant", or "dog" instead of "golden retriever"

    • Fictional two-legged character: "character" if it has humanoid looks, "cartoon character" if cartoony

    • Fictional four-legged character: the species of a similar animal, such as "horse" instead of "unicorn". If you can't find a similar animal, use "quadruped"

    • Object or plant: "box" instead of "storage box", or simply "tree" instead of "palm tree"

  • The symmetricity of the model needs to be specified accurately, with minimal asymmetries being tolerated as symmetric. It's important to note that massive asymmetries have poorer support.

  • Files should have max 30 MB and 100 MB total limit per upload. We only process one mesh at a time, but feel free to upload supplemental files.

  • Your mesh file should be one of those formats: .obj, .fbx, .dae, .gltf or .glb. You can also send all the files compressed in a single .zip file (for that, make sure to place all files flat: with no subfolders, inside your .zip file).

  • If your model has textures, please upload texture files (.png, .jpg, .jpeg or .tga), not just the mesh. Double-check that the texture shows up as expected when imported to 3D software like Blender, otherwise you may need to fix the mesh-texture binding. If you use .obj for the mesh, also add the .mtl file.

  • The model must have fewer than 100k vertices. If the vertex count exceeds 20k vertices, it will be decimated for now (this limit will increase in the future).

What to expect as output

Three types of processing can occur depending on the nature of your 3D model:

  • Model is a deformable category model (e.g. a living creature): it can be rigged and animated. You should expect the different animations being available as .fbx, .glb, .gltf and .dae formats;

  • Model is a vehicle: you'll get their parts split in separate sub-meshes so that you can arrange and move them as you decide in a 3D software. The separated parts will be available as .fbx, .glb, .gltf and .dae formats;

  • Model is static: the model remains static, but you can get additional formats other than the one you uploaded, like .fbx, .glb, .gltf and .dae.

Note that we provide .gltf files with its texture split in independent .bin file and also embedded in the .gltf file itself.

The model must be in one of the already available categories. Please check the supported ones in (on the bottom). Make sure to match all the other constraints listed in that page.

By default, our API will generate all formats (.fbx, .glb, .gltf and .dae). However, you can speed up the process by only requiring it to generate the .glb and .fbx formats. Please how to do use the stage parameter to speed up your requests, if your use case permits.

For additional visual examples on what is supported and what not, we also have a great guide for how to!

πŸ’…
this page
get the best possible results for your model
here
Rotation guideline
model processing API
check here