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

Unreal Engine 5 - Keep original pivot point [FBX Import]

How can I make UE5 maintain the original pivot point of an object from the 3D software used to create it? I have absolutely no desire to "eyeball" the locations of hundreds of objects in my archviz project. I also don't want to export my entire…
gatzkerob
  • 877
  • 2
  • 12
  • 32
1
vote
2 answers

model dont have tangent or binormal value fbxsdk directx

I'm using a translator, so please understand that I may be inexperienced. I'm currently trying to create a 3d model in dx12 using fbxsdk. There is no problem with the modeling used in the current example code, but now the moment you use the 3d model…
이동수
  • 31
  • 2
1
vote
0 answers

threejs change object and animating

My character is wearing glasses and I want to replace them with glasses of a different model. The replacement part was successful, but the animation of the glasses part works strangely. Animation used mixamo.com. const glasses =…
Hopoduck
  • 21
  • 3
1
vote
0 answers

Load and animate 3D model (.fbx format) in Swift 5

What is the most elegant and easy way to load and animate .fbx models in Swift 5? Is this even possible for a simple iOS App? As far as I know there is ARKit but I don’t want any augmented reality. Just a 3D model inside of my UIView of the format…
Aurora1510
  • 446
  • 4
  • 10
1
vote
1 answer

How do I convert an .fbx file from blender to .dae file for Xcode SceneKit

I am trying to convert an .fbx file to a .dae (Collada) file. I have tried using an application for this called FbxConverterUI, however when I drag the Collada file into Xcode it doesn't load all of the animations, meshes and textures from the .fbx…
1
vote
0 answers

Wordpress plugin for showing OBJ or FBX 3D Object

I hope you are doing well, Kindly help me to find the wordpress plugin for showing 3D object with our woo commerce products on product description page or Is there any other option to develop our custom plugin in wordpress. Kindly guide me I will…
1
vote
2 answers

how to use godot fbx importer with script

I'm trying to make a game that is online and I want to import some 3d files from the server but I don't know how to import them Into the game with a script. Is it possible to convert fbx into PoolByteArray on the server-side and convert them to fbx…
1
vote
0 answers

FBX exported model's texture tiling issue in Reality Converter

I am exporting an FBX character from Maya to Reality Converter. In Maya, I base the settings on the "Autodesk Media and Entertainment" profile, I embed media to make sure textures are exported, and I set the scale to meters. The textures work well…
Amedeux
  • 11
  • 1
1
vote
0 answers

How can I export prefab or an object in Unity runtime as FBX files? I want to select objects and export as FBX in runtime. I need the way(script)

I want to export some objects that I selected in playing in Unity, so I want to write the script for that but it's too difficult for me. Of course I can Export objects with FBX Exporter not playing but I just want to select objects and export them…
1
vote
0 answers

C++ how convert a mesh object into an fbx file

I am trying to understand the best approach to converting an 3D object defined by a series of vector coordinates into a .fbx file in within a c++ language environment. Lets use a simple example: say I have a simple wire-frame cube which exists as a…
Ikiro
  • 35
  • 4
1
vote
0 answers

Unity 3D animation messing up character

I have a character model in my 3D Unity game which currently only has 1 animation in the animation controller. When I try to add a new animation, even if it is not playing the character suddenly starts floating upward! You can see in the screenshot…
1
vote
1 answer

ThreeJS parsing buffergeometry from FBX to geometry

I wanted to parse a buffer geometry from an FBXloader to a geometry. let myGeometry; const loader = new THREE.FBXLoader(); loader.load( 'models/path_to_mesh.fbx', ( object ) => { object.traverse( ( child ) => { if ( child.isMesh &&…
Felox
  • 503
  • 3
  • 10
  • 23
1
vote
1 answer

Globbing a bunch of .pkl files into one, then converting to .fbx (on Windows)

I'm experimenting with the beautiful frankmocap, feeding a video and getting a quite accurate hands and body tracking. This tool also outputs a .pkl file (which I'm not familiar with) for each frame. I'd like to convert these files into a usable 3D…
user264373
  • 11
  • 2
1
vote
1 answer

Import .3ds file into Roomle

How do I import a 3ds max model with materials into Roomle using the .fbx format? When I do an export from 3d studio max and upload it in the admin interface the model does not contain any materials/textures. I already tried to use the embed media…
teh.fonsi
  • 3,040
  • 2
  • 27
  • 22
1
vote
1 answer

Change Material in React Three Fiber using FBX Loader

I'm trying to change the material of my imported FBX-file. I can easliy change attributes of the material, that is already attached to my FBX file, but I can't change the material to my predefined "matAluMedium". I did this before in another…
tinytree
  • 1,009
  • 2
  • 12
  • 28