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

Errors including and calling FBXLoader with Three.js

I'm new to three.js and I was following along a tutorial on loading GLTF Models using Three.js. I wanted to practice by using the FBX loader to import and animate models from Mixamo. The tutorial used CDNs for the three.min.js and GLTFLoader files.…
SeBass
  • 11
  • 1
1
vote
0 answers

I want to extract the animation clip in FBX into a script in Unity

I want to extract the animation clip in FBX into a script in Unity. I know how to extract animation clips from FBX with "ctrl+D". But what I want is to extract the animation clips from the FBX file into a script. Can I script animation clips from…
이채린
  • 11
  • 1
1
vote
0 answers

3D model file in Android ARCore do not render texture and color

I took a 3D model in fbx type in into Android Studio. When I run the android app, the model shows but lose its color. This is the look of source: And this is the effect in app: The model lose its color and texture. It's a common question when took…
周雪静
  • 153
  • 1
  • 3
  • 10
1
vote
0 answers

LibGDX fbx-conv from Blender not passing specular color to G3DJ

I have a model in blender 2.8 with a specular value of 0 using the Pricipled BSDF node. I export as an fbx file and then convert it using fbx-conv (https://github.com/libgdx/fbx-conv). When looking at the g3dj file, the material always has a…
NuZwark
  • 11
  • 1
1
vote
1 answer

Does it really happen that an 3D object imported into Assimp has multiple meshes?

In Assimp API aiNode can be linked with multiple meshes. for (int i = 0; i < node->mNumMeshes; ++i) { auto j = node->mMeshes[i]; aiMesh *mesh = scene->mMeshes[j]; } I unsuccessfully tried to create such file…
abg
  • 43
  • 1
  • 5
1
vote
1 answer

How to batch export Unity3d prefab files to FBX format?

I have Unity3d project where in the assests folder I have 1000 prefab files. I want to convert them to fbix format or meshobj format. Is there any program that can bulk convert prefab to fbix?
Sujoy
  • 69
  • 1
  • 5
1
vote
0 answers

3D background in libGDX (without) using blender / fbx-conv?

In my libGDX project i'd like to create a 3D background image as it can be found in ChessGDX (see. e.g. https://www.youtube.com/watch?feature=player_embedded&v=u0ezavUIsTU starting from second 31) My example public class Test implements…
someuser
  • 21
  • 1
  • 2
1
vote
1 answer

Switch Off lights a .fbx model in threejs

I'm loading a .fbx model in my threejs scene, but it has a very hard light inside. How could I switch off or modify the light inside the model? I've tried to access it via object and child.Mesh, but i can't get any information... loader.load(…
1
vote
0 answers

Fbx exported from Blender is Low Res in Unreal Engine

I have a photogrammetry model that I edited in Blender, exported as fbx and imported to Unreal Engine. I also am exporting a png texture image from Blender and importing to Unreal Engine. Once in Unreal Engine, the model looks decent from a…
Michael F
  • 41
  • 4
1
vote
1 answer

Can FBX file Contain a Virus like the alc Virus in 3ds max files?

I just heard that 3ds max files can have a virus injected in them called ALC Script Virus but what about FBX Files ? the reason im asking is because sometimes im downloading some free 3d models people put on some website for free to use them in…
Mariah242
  • 47
  • 1
  • 7
1
vote
2 answers

Python FBX SDK – How to scale models that have keyframes?

I am trying to script with Python FBX SDK to scale models. And I am using LclScaling.Set() to set scale value. But I found if this model has keyframes, then the scaling is not applied. So my question is how to properly scale models that have…
LOOK2001
  • 55
  • 4
1
vote
2 answers

Maya Mel Scripted Animation Not Animating as FBX

I've acquired a great quad model. I skinned and animated it to a rig build by a Mel script. It works great as far as editing the animation using sliders and parameters in Maya. When I export the file as an FBX file to Unity3D, it does not animate.…
Digital D
  • 161
  • 2
  • 3
  • 17
1
vote
0 answers

Why do i get extra animations in unity?

So i created a model animation in Blender. Most of the objects in Blender have their own animation. when i export the file to FBX and then import it to Unity, there are lot of extra animation files. like for each object there are about 8 animations,…
1
vote
1 answer

FBXLoader CDN/Module for Three.js

I couldn't find any CDNs for FBXLoader (including inflate.js) over the internet. Are there any for three.js? Even better, where can I find the compatible loader, for including it in my project?
Abraham
  • 55
  • 2
  • 8
1
vote
0 answers

For Blender+Unity users-- Would Blender's "UV Project Modifier" work in Unity?

So, say in Blender you have a Cube that you put a "UV Project Modifier" on, with an Empty (controlled by a Bone) as the Projector. In Blender when you move the Bone, the UV moves on the cube. Great!​ But now let's say you wanted to bring that to…
m0a
  • 1,005
  • 2
  • 15
  • 29