Questions tagged [fbx]

FBX is an Autodesk proprietary file format (.fbx) used to provide interoperability between digital content creation applications like 3ds Max, Maya, MotionBuilder.

Description

FBX is an Autodesk proprietary file format (.fbx) used to provide interoperability between digital content creation applications like 3ds Max, Maya, MotionBuilder.

References

http://www.autodesk.com/products/fbx/overview

512 questions
2
votes
3 answers

Parts of mesh become invisible at certian angles Unity3D

I am importing an fbx model but parts of it are invisible in the scene And game at certain angles. Attached image SS-1 = the full model - You can see that some parts of the mesh are invisible Attached image SS-2 = closeup of an invisible mesh…
Uzi
  • 103
  • 6
2
votes
2 answers

Maya: How to import fbx using python?

i am still learning python so bear with me. i need to import an fbx file into an existing scene. i´ve tried multiply ways of importing, tho nothing worked so far. what i`ve tried: import maya.cmds as cmds def setImport(): setImportPath =…
dave
  • 93
  • 1
  • 12
2
votes
1 answer

FBX animations not running properly with three js

I am having an issue with animations on some fbx models. If I have, for example an animation that lasts 20 secs, the model will stay still for 19 secs and then all changes will happen within the last second or so. On other fbx models the animation…
Julio Garcia
  • 1,904
  • 16
  • 26
2
votes
1 answer

Android Load a FBX or Collada(.dae) into Android Studio Activity

I need load a 3d model with animation in a project, but I don't find how load those models, only .obj, but they obj models not have animation. The app isn't a game, is a normal app but in one section have the animated avatar, and I need change…
JockerGG
  • 89
  • 7
2
votes
0 answers

Exporting mesh with animation (keyframes or bones) from Maya to Three.js

We're currently working on a project where we need to have an animated mesh imported into three.js. Our 3D artist is working with Maya. From what I've read, json and fbx would be the prefered format for that. However, we haven't been able so far to…
Threstle
  • 33
  • 4
2
votes
2 answers

javascript not recognizing .fbx file type

i have to validate an html field in which is only possibile to upload .fbx files, but javascript is not recognizing this MIME-TYPE (it returns an empty string), there is any way to do so? This is what i…
Gumma Mocciaro
  • 1,205
  • 10
  • 24
2
votes
1 answer

FBX SDK importer and LH coordinates system in OpenGL

We are developing a renderer using OpenGL.One of the features is ability to import FBX models.The importer module uses FBX SDK (2017). Now,as we all know,OpenGL is a right handed coordinate system.That's forward is from positive to negative,right is…
Michael IV
  • 11,016
  • 12
  • 92
  • 223
2
votes
1 answer

Keep the prefab connection when updating FBX asset

The steps I have perform: Added an Fbx to Unity Project FBX added to scene hierarchy Make the Prefab of the FBX Some assignment to prefab Everything is working fine. I did assignment to prefab NOT FBX. Now the problem is when I importing the…
Muhammad Faizan Khan
  • 10,013
  • 18
  • 97
  • 186
2
votes
1 answer

FBX node transform calculation

Recently, trying to use FBX sdk to import a 3d model made with 3dmax, i almost immediately got in trouble with transformations. A very simple mesh(a sphere split in two halves) consisting of two nodes has one of it's nodes offset no matter what. I…
Nowhere-01
  • 314
  • 4
  • 19
2
votes
2 answers

How can I get the correct position of fbx mesh?

I want to load a model from an fbx file into my own graphic engine and render the meshes. But when I've load the file and try to render it, the meshes of some nodes did not display on the right position or with the correct rotation. Just like this:…
BruceZ
  • 43
  • 2
  • 7
2
votes
1 answer

exporting options for fbx objects created in Blender and used in libgdx

This is the options panel for FBX export in Blender. I have no animations, just an UV unwrapped object ready for export. What checkboxes should be checked to correctly export objects for libGDX use to FBX file format.
potato
  • 4,479
  • 7
  • 42
  • 99
2
votes
1 answer

Convert *.obj to *.fbx with Python FBX SDK

I try to find some documentation for Autodesk Python FBX SDK, but it seems that it is available only for C++ (http://help.autodesk.com/view/FBX/2015/ENU/?guid=__files_GUID_50489A8A_457C_4B54_80E1_5572A16F7F17_htm). Does somebody know how convert…
MykolaSharhan
  • 396
  • 7
  • 15
2
votes
1 answer

fbx mesh load geometry transformation

I am trying to load a car model from fbx file with one model that divided into 5 sub models. 4 sub models are the wheels and one sub model is the car. At first when I tried to render it I Saw only one wheel so I start diagnostic on the frame. I…
amit
  • 177
  • 1
  • 13
2
votes
1 answer

How to save assets as fbx in Unity3d?

I generate model buildings dynamically in Unity3d. After they are generated I have lots of Meshes in the Scene. How do I save it as a .fbx file?
Knaus Irina
  • 789
  • 5
  • 15
  • 35
2
votes
2 answers

Simplify a very complex/detailed 3D model for mobile apps

tl;dr; How a software developer who get's a very high detailed 3D model, quickly & easily optimize it for mobile apps, so he can focus his time & energy on developing the app logic? I think it's a pretty common use case and there may be a tool for…
Jugal Thakkar
  • 13,432
  • 4
  • 61
  • 79