Extremely tiny imported meshes

I use agisoft photoscan for making my meshes. It’s photogrammetry. Problem occurs when I import my meshes into UE 4 editor. They are so small that I need to scale them over 90000 times to make them look normal. Literally 50000-90000 times,depending on mesh. How can I make these meshes normal for UE 4?

I would first import them into some 3d editing software and optimise/resize it for ue4.
that said, I think I heard someone mention you can also resize your stuff inside ASPS.

UE4 uses centimeters as its base unit. I don’t know much about agisoft’s workflow and export options, but if it is capable of creating an FBX, you could try importing the FBX into a more standard software package (3dsmax/Maya) to convert scene units and increase the size. If you don’t have either of those, I would recommend looking into the Agisoft documentation to see how to set base units to centimeters.

I imported my .obj to 3dsmax and exported to .fbx and scaling was set to centimeters instead “default” and it did nothing. Could you point me directly to solution? I can’t do it. http://i.imgur.com/GuUB0Ny.jpg

So should I just change units to centimeters in 3dsmax? It did nothing.

In the Units Setup dialog box in 3dsmax there is a button called “System Unit Setup”, everything else only affects what is displayed. FBX export basically just pays attention to the “System Unit Scale” setting. If you change this to centimeters, you should notice the display units in the max viewport changing drastically. After this you should be able to scale your object to its real world dimensions, and export without a problem.

You should literally increase the size of your mesh using the scale tool in the 3D Modeling program you are using. Then re-export the .FBX file.

That led to another problem. Scaling object worked and it’s normal size now but these arrows are very far from object so I can’t precisely set his location. http://i.imgur.com/9mZ2T9S.jpg

Try centering the object’s pivot point at 0,0,0 in the world coordinate system.

Sorry for stupid questions but how can I do this?

All values are set to 0. When I scale object, the object is moving away from these arrows. Could you check my model if you have a time? I would be infinitely grateful for you help.
https://drive.google.com/file/d/0B39l96jiKAYsT3hIQ28wekw1RFk

Edit:
Also I’ve made a short video to show my problem better. - YouTube

In 3dsmax, right click the “select and move” tool. This should bring up something called the “Move Transform Type-In”, set all of the fields to 0.

Alternatively you could try moving the object close to the black X on the grid as well.

It looks like the transforms are at the subobject level. try this:

  • right-click and convert to poly
  • enter subobject-vertex mode
  • ctrl+a to select all verts
  • use move transform type-in to zero out the x,y,z coordinates and center the object.

It looks like the transforms are at the subobject level. try this:

  • right-click and convert to poly
  • enter sub object-vertex mode
  • ctrl+a to select all verts
  • use move transform type-in to zero out the x,y,z coordinates and center the object.