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
-1
votes
1 answer

Three.js fbx not loading properly

Fbx models exported from 3DsMax as FBX in different version loads with black faces even with extremely high sources of light on them. The version I am trying to load it from is Binary 7400, but I have also tried older/other versions to no avail.…
-1
votes
1 answer

How can I load embedded textures within a fbx file with FBX SDK?

I'm trying to make my own FBX importer using FBX SDK, OpenGL 3.3 (c++). I know that you can embed textures within a fbx file. That way you can work with a single fbx file without any texture images which is very convenient. However, assuming that I…
Peter
  • 460
  • 6
  • 23
-1
votes
1 answer

Skeletal Animation using own FBX Binary Format

I am trying to make a skeletal animation using OpenGL using my own FBX SDK binary files. What I've done is that I'm reading values from an FBX file and writing out the values I need to an binary file for another program. The info I get for the…
Haplue
  • 70
  • 9
-1
votes
1 answer

How can I get the names of all nodes or polygons from an fbx file?

I have a 3D character model saved in an FBX format. I want to know the list of names for each model or joint so I can decide if that part of the character is relevant to me or not. I am not using Maya software. I got the 3D model from a third party…
Manisha Malik
  • 127
  • 2
  • 13
-1
votes
1 answer

Need universal solution for importing/exporting fbx externally with 3ds Max

I'm working on a toolbox and come to notice that we don't have a very versatile solution for importing/exporting fbx to/from max externally. For max it's pretty hard to pass parameters directly through command line (or impossible? as I haven't…
-1
votes
1 answer

XNA 4.0 3D Collision

I've been trying to work on a 3d forward-runner game (like temple run) in XNA 4.0. I'm hitting a bit of a brick wall, so any help would be much appreciated! Currently, I'm using my own method for collision detection, which requires the dimensions…
Jack
  • 472
  • 6
  • 13
-2
votes
1 answer

c++ OpenGL FBX model not loaded properly

I'm trying to load FBX models using OpenGL, I got the importer to work and read the mesh data so I can draw it but some parts are not displayed correctly. Here's what I use FbxMesh*mesh = pNode->GetMesh(); //================= Get Vertices…
-2
votes
1 answer

Importing any 3d model in unreal engine 4 in-game from local disk

I want to import a 3d model/mesh inside a game. Kinda like import a mesh from file explorer kinda thing. Is there any good way to do this? Without much coding.
-2
votes
1 answer

FBX SDK Get Animation

I am mainly using EvaluateGlobalTransform to get animation from fbx files. This method works with the humanoid.fbx in the samples\ViewScene directory and another ascii format fbx model that I made in Blender. However, when I export the same Blender…
ACskyline
  • 61
  • 7
-2
votes
1 answer

Three.js FBXLoader failed to load a big FBX model in three.js

When I load a large FBX model, which is 100MB in three.js, Chrome crashes, though it doesn't crash when I load a small FBX model. Can anyone tell me how to fix it?
JJLee
  • 1
  • 1
-2
votes
1 answer

I want view FBX file in ubuntu using opengl

can i open the FBX file using opengl? I want just view FBX file. I did ViewScene project that fbx sdk sample. but i can't compile project... so, How do view FBX file using opengl in ubuntu 14.04?
cho
  • 11
  • 1
-2
votes
3 answers

Motionbuilder Animation to After Effects

Not sure if its possible but I have an animation (.fbx) file in Motionbuilder that I want to import into After Effects so that each bone from in MotionBuilder can be turned into an animated null.
Joe
  • 1,047
  • 1
  • 13
  • 25
-3
votes
1 answer

Unable to import a .fbx file properly in blender and unity

I am learning blender so i was trying to import a model[laptop] downloaded from a website to see how it works. I downloaded a .fbx file and tried to import it in blender but it gave wrong results like not showing keyboard buttons for a laptop. It…
Rocker Rocky
  • 97
  • 4
  • 16
-4
votes
1 answer

FBX model's faces (some) are not rendering properly

I've created a basic sphere in Maya and loaded it into my OpenGL project. The problem I'm having is shown below: As you can see, the sphere is triangulated. But when the model is loaded into my project, some of the faces aren't rendering…
user868935
-6
votes
1 answer

Why do I get anormal characters when I open a FBX file with notepad?

I need to get more information about FBX files. Firstly, when I open an FBX file with notepad, I see many anormal characters. Some files look normal. But how can I fix the problem? And if you can help me, you can explain or link an FBX loader?
user1189296
  • 27
  • 2
  • 5
1 2 3
34
35