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

218
Views
Change spheres rotation angle - ThreeJs

I have a little trouble with my sphere i want a Box to rotate on its surface in a specific angle. The red in the picture showes its current direction and the green how i want it.Screenshot I have already tried rotateAroundWorldAxis on the z achsis and 45 degree but it isnt working (The angle is weird enter image description here)

rotateAroundWorldAxis(
        group,
        new THREE.Vector3(0, 0, 1),
        THREE.Math.degToRad(45)
)

function rotateAroundWorldAxis(object, axis, radians) {
        const rotWorldMatrix = new THREE.Matrix4()
        rotWorldMatrix.makeRotationAxis(axis.normalize(), radians)

        rotWorldMatrix.multiply(object.matrix)

        object.matrix = rotWorldMatrix

        object.rotation.setFromRotationMatrix(object.matrix)
}
about 4 years ago · Santiago Trujillo
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!