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

185
Views
How to add circular percentage around a Texture image Three.js

I am trying to add circular percentage around Texture image. My image like this

enter image description here

My expected image will be like this border around image.

enter image description here

I am new in three.js I used SpriteMaterial due to I need image always in camera face. From basic I added image in scene like this code. I am not getting any clew how can I add such border for a image. if I could add svg with code that will be also helpful for me but I don't know how to add svg code here under image.

const map = new THREE.TextureLoader().load('img.png');

const material = new THREE.SpriteMaterial( { 
  map: map
} );

const mesh = new THREE.Sprite( material );

mesh.position.set(x,y,z);
mesh.scale.set( 0.2, 0.2,0.5);
scene.add(mesh);
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!