time

audio
audio vol
brush
scale
time
vertex
vol
obj
See also

time audio

time audio(id)

        Returns number of seconds of object id type audio.

time audio vol

Returns the timer of process audio transf vol (0: end).

time audio vol=v

v = 0: restarts the process audio rota vol (automatically launched by audio rota vol(id)dim(n)).
v = -1: stops this process.

time brush

time brush(id)

        Returns the life time and the amplitude of brush trace id.

time brush(id)=t, c

        Changes this time and amplitude.
Note
The trace of the brush (on the image associated) is alive during t images (default 0: infinite) over the window centered at the poi(1)brush(id) and of amplitude radius brush(id) (c=2 by default).

time scale

time scale(id)audio

        Returns the 1 / 25 seconds number of scale id type audio.

time vertex vol

time vertex(s)vol(id)

        Returns the life coefficients of vertex s of the particles system id.

time vertex(s) vol(id)=birth,death,age

        Changes these coefficients.
Notes:
1) If the volume id is of type particles system, his vertex s will live from the birth to death image (its age is 0 by default).
2) If time vertex(s) vol(id) is not affected, vertex s will have the same life as the volume id (see time vol)
3) To inhibit some particles just do:
        time vertex(s)vol(id)=0;
and to born again:
        time vertex(s)vol(id)=1,death; (with death > 1).
4) age is incremented by 1 for each image, the particle is active as long as (birth <= age) && (age <= death)
5) Must assign masses to vertices and do yes dynamic.
6) See generate time vertex vol for generating random values.

time vol

time vol(id)

        Returns the life coefficients of the particles system id.

time vol(id)=birth,death,age

        Changes these coefficients.
Notes:
1) If the volume id is of type particle), it will live from birth to death image (its age is 0 by default).
2) To inhibit the system just do:
        time vol(id)=0;
and to born again:
        time vol(id)=1,death; (with death > 1)
3) age is incremented of 1 each image, the system is active as long as (birth <= age) && (age <= death)
4) Must be assigned masses to the volume or to the vertices and do yes dynamic.

time obj

time obj(id)

        Returns a timer of object id type other than vol.

time obj(id)=t

        Sets this timer.

See also:

audio time
displ time vol
generate time vol
interaction time
device time