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
vote
0 answers

How can I export a Physics Simulation from Blender for Spark AR?

Alright, I've been trying to achieve this for the past two days but I'm at my wits end. The following animation was made using the cloth physics in blender 2.82: My goal is to import it in Spark AR in order to map the face-tracker texture on it.…
D.Bo
  • 63
  • 1
  • 1
  • 6
1
vote
1 answer

Root Transform Position/Rotation option not showing up in Animation tab of fbx file

The First Image is how I would like it to be but it imports like the second image, is there any way this can be solved from Unity and not a third party 3D software? Please Help!
rob1997
  • 176
  • 7
1
vote
0 answers

How to change the color of 3D objects in Android Studio?

I have a 3D object with the following code: { materials: [ { name: 'Material_3', parameters: [ { baseColor: [ 0.84313700000000003, 0.72548999999999997, …
Sem
  • 119
  • 2
1
vote
0 answers

Bake Alembic and export as glTF or FBX with animation

I have an Alembic animation of a flower growing. I am attempting to export it as glTF or FBX with the animation intact, but without success. My end goal is to be able to use the animated file in the browser, or in Spark AR. I have tried using…
Jonas Johansson
  • 229
  • 1
  • 3
  • 11
1
vote
1 answer

Convert multiple FBX to glTF using FBX2glTF

Referencing this site: https://help.plattar.com/en/articles/1667498-converting-fbx-to-gltf-using-fbx2gltf I'm able to export a single FBX file to glTF using the following command in powershell: .\FBX2glTF-windows-x64.exe '.\fbxname.fbx' This is…
1
vote
0 answers

How to get all animations of FBX file in Unity for arbitrary FBX model?

I am very new to development in general and to Unity and augmented reality, particularly. Let's suppose, that I have an AR app, in which I can upload and see my models in the real world. The problem is that the app can't play animations, because it…
1
vote
1 answer

Unity 2018.3: How can I apply a texture on just one part of a whole 3D Model?

I have a question about 3D models in Unity (Unity 2018.3). How can I apply a texture to just one part of a whole 3D model? Because I downloaded some 3D Models from the Internet (with no Copyright and I am allowed to use them) and some of them have…
User
  • 135
  • 1
  • 1
  • 12
1
vote
1 answer

How to convert sequence of ply files to .fbx animation

I have a sequence of meshes in .ply format. I am looking to convert this sequence into a .fbx animation, where each frame of animation is represented by one ply file. I looked around but couldn't find anything. I am very 3d animation, would be glad…
1
vote
1 answer

Libgdx fbx converter doesn't write meshes to g3dj file

LibGDX FBX converter doesn't write meshes nor materials to g3dj file. This happens with blender 2.8 when exporting model to FBX then converting it to g3dj. meshes will result in an empty block. 2.8 blender settings and when converting... g3dj…
Jose Lopez
  • 374
  • 1
  • 2
  • 11
1
vote
1 answer

Prefab in Unity and HoloLens falling below the spatial mapping

I'm working in a Unity application with HoloLens, where I place different prefabs across a room and I use TapToPlace to put it on a surface using SpatialMapping. I works great with some fbx models that I had, but then I received some models that I…
saman0suke
  • 762
  • 1
  • 8
  • 24
1
vote
1 answer

Why is there a long list of PolygonVertexIndex without any negatives (In one Fbx file)?

I made a default cylinder using blender and exported it into fbx file. When I looked at the content of the file after converting it into json, I found the field "PolygonVertexIndex" (under "Geometry"-"Objects") contains:"3, 1, 63, 61, 59, 57, 55,…
Tracy
  • 13
  • 3
1
vote
2 answers

Failing to render a FBX imported textured model with OpenGL

I'm trying to render a textured model using data from a FBX file with OpenGL but the texture coordinates are wrong. A summary of the model data given by a FBX file includes UV coordinates for texture referencing that are mapped to the model…
jezzi23
  • 250
  • 4
  • 12
1
vote
1 answer

Threejs fbx loader add objects to scene but i they aren't on the children array

Following the threejs.org FBX loader example, i got my model to be loaded with this function: this.obj = null; var loader = new THREE.FBXLoader(); var objs = [] function load_init( object ) { mixer = new THREE.AnimationMixer( object ); …
1
vote
0 answers

convert fbx to obj by python sdk and the obj's normal is wrong

i convert .fbx file to .obj file by FBX SDK 2019.2 Python Linux,but the obj's normal is wrong,is there something wrong in my code? after before there is my code: def SaveScene(pSdkManager, pScene, pFilename, pFileFormat = -1, pEmbedMedia = False): …
trymore
  • 21
  • 3
1
vote
0 answers

How can I determine how long an FBX asset takes to process in Unity?

I'm trying to figure out how long a single FBX file takes to import and and process in Unity. How can I see the time it takes from each step?
diddles_
  • 11
  • 1