Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

122
Visualizações
object adds velocity instead of maintaining in opposite direct

I have a group of objects i want to rotate , there is a button which should onclick change from left to right and a stop button which should stop the current group position at its current location , however every time i click rotate , it changes direction but increases in speed even though it is bound to a slider, ive tried calling the animation frame last and cancelling it on each call but nothing works

            var speedslider = document.getElementById("speedinput");
            var direction = true;
            var stopped = true;
            
            speedslider.addEventListener("change",DirectionBTN.onclick);
            zoomOutButton.addEventListener("change", zoomOutFunction);
            speedslider.addEventListener("change",StopStartBTN.onclick);
            
            //rotation of group
            const rotateGroup = function() 
            {
                if(stopped == true){
                    group.rotation.y =!group.rotation.y
                }
                if(direction == true){
                    group.rotation.y += speedslider.value/1000;
                    requestAnimationFrame(rotateGroup)
                    
                }
                if(direction == false){
                    group.rotation.y -= speedslider.value/1000;
                    requestAnimationFrame(rotateGroup)
                }
            };
        //start rotation left
            StopStartBTN.onclick = function() {
                stopped = !stopped
                rotateGroup()
            };
            DirectionBTN.onclick = function() {
                direction = !direction;
                rotateGroup();
            };

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda