Re: pfSequence
John Rohlf (jrohlf++at++tubes)
Tue, 31 Jan 95 11:49:29 PST
>
> Hi,
>
> Is there anybody who has used pfSequence successfully?
> This is the first time I am trying to use it and I just
> cannot get my geometry displayed.
>
> My code runs like this:
>
> geode1 = pfNewGeode();
> geode2 = pfNewGeode();
> geode3 = pfNewGeode();
>
> pfAddGSet(geode1, gset1);
> pfAddGSet(geode2, gset2);
> pfAddGSet(geode3, gset3);
>
> frame_seq = pfNewSeq();
> pfAddChild(frame_seq, geode1);
> pfAddChild(frame_seq, geode2);
> pfAddChild(frame_seq, geode3);
>
> pfSeqTime(frame_seq, -1, 5.0);
>
> pfAddChild(root, frame_seq);
>
> --------------------------------------
>
> Can anyone help and point out what is wrong?
>
> I am using Performer 1.2
>
>
> Deepa
> Tata Consultancy Services
> Bombay, India
>
> e-mail: deepa++at++tcsernet.tcs.ernet.in
>
>
You must start your pfSequence with pfSeqMode(frame_seq, PFSEQ_START);
This archive was generated by hypermail 2.0b2
on Mon Aug 10 1998 - 17:50:54 PDT