Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

164
Views
ThreeJS FBX Model is one-sided

i´m trying to load an FBX Model in ThreeJS. If I load the model it is only shown from the bottom and not from the top. It seems like only one side is rendered.

Has anyone a idea to fix that?

My load function:

_LoadAnimatedModel() {
      const loader = new FBXLoader();
      loader.setPath('./resources/models/');
      loader.load('track.fbx', (fbx) => {
        fbx.scale.setScalar(0.1);
        fbx.traverse(c => {          
          c.castShadow = true;
      });

          const anim = new FBXLoader();
          anim.setPath('./resources/models/');
          anim.load('track.fbx', (anim) => {
            const m = new THREE.AnimationMixer(fbx);
            this._mixers.push(m);
            const idle = m.clipAction(anim.animations[0]);
            idle.play();
          });
          this._scene.add(fbx);
      });
  }

The same issue is if i load it into the https://threejs.org/editor/

Bottom Picture

Top Picture

I exported it without Animations and now it is shown on the screen. Have anyone a idea how to export as FBX from blender correctly?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

For everyone with the same problem. I fixed it by making my track thicker and check "Apply Modifiers" at the export in blender.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!