Rotación automáticamente en figura 3D

samidr8 shared this question 4 years ago
Answered

Deseo que mis figuras 3D subidas a la plataforma de GeoGebra giren automáticamente al abrir el url, ya que deseo abrirlas desde los smartphone para fines educativos con mis estudiantes y se hace incómoda realizarlo manualmente.

Adjunto ejemplo https://www.geogebra.org/m/rtvengnj

Best Answer
photo

I don't know if this can be useful for you, since I don't find dragging objects very hard, to manipulate them even on smarphones.

My idea is to add a OnClick script to the double cone:

SetSpinSpeed(1)

so that when your students touch it, it starts spinning.


See SetSpinSpeed command on the wiki, as well as maybe command SetViewDirection can be useful.

Comments (2)

photo
2

I don't know if this can be useful for you, since I don't find dragging objects very hard, to manipulate them even on smarphones.

My idea is to add a OnClick script to the double cone:

SetSpinSpeed(1)

so that when your students touch it, it starts spinning.


See SetSpinSpeed command on the wiki, as well as maybe command SetViewDirection can be useful.

photo
2

aparte del boton que te sugiere Simona puedes crear un deslizador que cuente hasta dos y entonces con un update script con la instruccion if(contador==2,SetSpinSpeed(1)) debería ponerse a funcionar

lo de hacerlo con un contador es para darle tiempo al smartphone a cargar el material y a hacer los calculos iniciales. si es muy pesado dale más velocidad y hazlo con incremento una sola vez para que no se salte el valor de la igualdad

© 2023 International GeoGebra Institute