Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

210
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda