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
30
votes
7 answers

Blender fbx import from ascii format

I have a FBX model which I would like to open in Blender but when I try to import the model it says: ASCII FBX files are not supported. Is there a way to import the model to Blender somehow? I don't have access to any Autodesk software.
hamalaiv
  • 828
  • 2
  • 9
  • 18
11
votes
1 answer

Loading skinning information from FBX

I'm trying to write a parser for FBX files to my custom model format that can be used in my game engine but I'm currently stuck on extracting the matrices needed for each bone. I think I might be lost in the theory of skinning as well... I've…
Mr Dudeface
  • 111
  • 1
  • 1
  • 7
9
votes
1 answer

Read and display animations from *.FBX file

I want to read 3d model from fbx file and display it within openGL es 2.0 engine on iPhone (not using Unity) and also I want to display animations for read 3d object. How can i get animations from fbx file? Currently I able to get list of poses…
hbk
  • 10,908
  • 11
  • 91
  • 124
9
votes
1 answer

FbxSDK breaks normals

I am trying to export a skinned mesh. For some reasones FbxSDK breaks normals on edges of segments if I add a skin cluster to a mesh. Without a skin everything looks totally fine. Example: Code: FbxLayerElementNormal *layerElementNormal =…
VenoMKO
  • 3,294
  • 32
  • 38
9
votes
1 answer

Blender doesn't like FBX 6100 files

Blender seems to not want to import a FBX 6100 file. Is there any way I can convert the file, or even better, open it directly from Blender?
notanonymous
  • 93
  • 1
  • 1
  • 4
8
votes
3 answers

can anyone explain the FBX format for me?

i use notepad++ to see the data structure of FBX model but i have some problems understanding it. Here is some info of a cube(side = 10) located in (0,0,0), can anyone tell me what do these members mean? THANKS! Vertices: *24 { a:…
yvetterowe
  • 1,239
  • 7
  • 20
  • 34
8
votes
3 answers

How to create .anim file from .fbx file in Unity?

I am new in using Unity. In my game, models and animations are exported from 3DMAX as .fbx files, animations are clipped in Unity, but there's no .anim files generated, I need separated .anim files because the following code will not work even I…
Cosmore
  • 3,193
  • 4
  • 20
  • 22
7
votes
2 answers

How to import 3D scene (.obj file with .mtl file)

I bought a 3D Model of a room. The model is in the .obj format. Now, I'm trying to import this model into Unity3D. The Model came with: 5 x .obj files 5 x .mtl files n x .jpg files n x .tga files The .mtl files contained paths that do not exist…
Mike6679
  • 5,547
  • 19
  • 63
  • 108
7
votes
1 answer

FBX SDK exporting into older fbx file format

FBX SDK 2016.0 by default writes FBX files with new format, incompatible with previous SDK version. There is a note about it in a readme: Updated file format to 7.5 (compatible with 2016+ products) which now uses 64bit integers in the binary…
Ryhor Spivak
  • 253
  • 1
  • 8
7
votes
4 answers

Converting FBX to three.js

I am trying to use the FBX converter tool, located in the utils/converters/fbx/ folder, of the three.js project located here: https://github.com/mrdoob/three.js/ I have installed the FBX SDK Python 2013.3 bindings (at least I think I did that part…
user1241712
6
votes
0 answers

How can I create a thumbnail based on an fbx file?

Using autodesk's fbx sdk and python plugin, it seems it should be possible to create a small jpg as a preview image for an fbx file. However, I can't figure out how to do it. Which methods do I need to use/ setup to create a small thumbnail jpg for…
Avik
  • 723
  • 6
  • 16
5
votes
1 answer

Custom content pipelines in XNA, how to set diffuse textures manually?

XNA is the bee's knees but I still can't wrap my head completely around custom content pipelines. Some basic samples like MSDN's normal map sample shows you how to assign normal map keys from opaque data from an .fbx file to the appropriate normal…
Chris C
  • 2,003
  • 15
  • 18
5
votes
2 answers

How to render FBX/3DS model in WebGL?

The question is very simple: how do I render an FBX/3DS model in WebGL? I've tried googling around, but this seems like a pretty new area.
Tower
  • 98,741
  • 129
  • 357
  • 507
5
votes
4 answers

How can I load FBX file in Unity runtime?

I am on a hololens project. My boss says, load the fbx file at runtime (we use unity). Our fbx file changes at runtime, so we must reload it (fbx is change from 3dMAx). I tried the AssetBundle, but I can't create Assetbundle files without unity or…
Redwings
  • 540
  • 2
  • 4
  • 12
5
votes
1 answer

LibGDX fbx export not displaying image texture — shows up as black

not quite sure where the problem is occurring here. I have a model that looks like this in Blender: and I have it all UV mapped and such — the blue highlighted edges are from a transparent .png texture. Here is the node editor: Now when I export…
shan
  • 3,035
  • 5
  • 34
  • 50
1
2 3
34 35