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

152
Views
three.js - Discard Transparent Fragment

I want to render an object that has transparent textures. Unfortunately, the built in alpha blending is not working correctly. I'm seeing the background color of the scene in the places where transparency is used instead of the material that is directly behind it. I tried different blending modes but that did not fix it.

Because I don't need partial transparency, fragments with an alpha value below a certain threshold should just be discarded. I know this is possible to do this in OpenGL fragment shader with the following:

if(texture.a < 0.5)
{
    discard;
}

How do I do this with Three.js?

about 4 years ago · Juan Pablo Isaza
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!