“requestanimationframe sem perda contexto angualar” Respostas de código

requestanimationframe sem perda contexto angualar

protected animate() {
    requestAnimationFrame( this.animateCallback.callAnimate );

    this.mesh.rotation.x += 1;
    this.mesh.rotation.y += 1;

    this.renderer.render( this.scene, this.camera );

  }
Happy Hummingbird

requestanimationframe sem perda contexto angualar

this.animateCallback = {
      callAnimate: (this.animate).bind(this)
    };
    this.animateCallback.callAnimate();
Happy Hummingbird

Respostas semelhantes a “requestanimationframe sem perda contexto angualar”

Perguntas semelhantes a “requestanimationframe sem perda contexto angualar”

Procure respostas de código populares por idioma

Procurar outros idiomas de código