discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Re: Animations

TP
Torsten Paul
Wed, Sep 6, 2023 5:22 PM

There is only one animation, and that is really just one
variable $t going through values from 0 to 1.

Have a look at the script behind door 6 from the 2020
advent calendar.

https://openscad.org/advent-calendar-2020/

This splits the 0..1 range into multiple parts and using
those for defining the visibility and animating different
objects.

ciao,
Torsten.

There is only one animation, and that is really just one variable $t going through values from 0 to 1. Have a look at the script behind door 6 from the 2020 advent calendar. https://openscad.org/advent-calendar-2020/ This splits the 0..1 range into multiple parts and using those for defining the visibility and animating different objects. ciao, Torsten.
TO
Trevor Orr
Wed, Sep 6, 2023 5:31 PM

Perfect, thanks. That is exactly what I was looking for.
On Wednesday, September 6, 2023 at 10:23:06 AM PDT, Torsten Paul torsten.paul@gmx.de wrote:

There is only one animation, and that is really just one
variable $t going through values from 0 to 1.

Have a look at the script behind door 6 from the 2020
advent calendar.

https://openscad.org/advent-calendar-2020/

This splits the 0..1 range into multiple parts and using
those for defining the visibility and animating different
objects.

ciao,
  Torsten.


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Perfect, thanks. That is exactly what I was looking for. On Wednesday, September 6, 2023 at 10:23:06 AM PDT, Torsten Paul <torsten.paul@gmx.de> wrote: There is only one animation, and that is really just one variable $t going through values from 0 to 1. Have a look at the script behind door 6 from the 2020 advent calendar. https://openscad.org/advent-calendar-2020/ This splits the 0..1 range into multiple parts and using those for defining the visibility and animating different objects. ciao,   Torsten. _______________________________________________ OpenSCAD mailing list To unsubscribe send an email to discuss-leave@lists.openscad.org