hello, is posible simulate a single buffering using buffer2???...no clear buffer, keeping the last frame created...using openGL in GEM.
with message buffer1 is easy....but i want combine scenes with clear and no clear buffer in the same gem window.
thanks a lot.!!!
Andrés Ferrari G. http://puredata.org/Members/anfex
Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! RegÃstrate ya - http://correo.espanol.yahoo.com/
Hey,
Look at the motion blur example in the Gem CVS.
.b.
Andres Ferrari wrote:
hello, is posible simulate a single buffering using buffer2???...no clear buffer, keeping the last frame created...using openGL in GEM.
with message buffer1 is easy....but i want combine scenes with clear and no clear buffer in the same gem window.
thanks a lot.!!!
Andrés Ferrari G. http://puredata.org/Members/anfex
Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hello, i am trying to get gem cvs using wincvs.
i am using this address:
cvs.gem.iem.at:2401/cvsroot/pd-gem
but wincvs send this error message:
cvs login: CVSROOT "-d:cvs.gem.iem.at:2401/cvsroot/pd-gem" must be an absolute pathname cvs [login aborted]: Bad CVSROOT.
what is the problem?...the address?... wincvs?...me?
I don't have python in my system...is necessary?
thanks!!!
Andrés Ferrari G. http://puredata.org/Members/anfex
Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! RegÃstrate ya - http://correo.espanol.yahoo.com/
http://sourceforge.net/cvs/?group_id=64325
On 3/29/07, Andres Ferrari anfex@yahoo.com wrote:
hello, i am trying to get gem cvs using wincvs.
i am using this address:
cvs.gem.iem.at:2401/cvsroot/pd-gem
but wincvs send this error message:
cvs login: CVSROOT "-d:cvs.gem.iem.at:2401/cvsroot/pd-gem" must be an absolute pathname cvs [login aborted]: Bad CVSROOT.
what is the problem?...the address?... wincvs?...me?
I don't have python in my system...is necessary?
thanks!!!
Andrés Ferrari G. http://puredata.org/Members/anfex
Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Andres Ferrari wrote:
hello, i am trying to get gem cvs using wincvs.
i am using this address:
cvs.gem.iem.at:2401/cvsroot/pd-gem
but wincvs send this error message:
cvs login: CVSROOT "-d:cvs.gem.iem.at:2401/cvsroot/pd-gem" must be an absolute pathname cvs [login aborted]: Bad CVSROOT.
you MUST tell cvs which protocol to use (e.g ssh/ext or pserver) the correct cvs_root_directory is "-d:pserver:cvs.gem.iem.at:/cvsroot/pd-gem"
what is the problem?...the address?... wincvs?...me?
no windows ;-)
I don't have python in my system...is necessary?
mf.adsr IOhannes
I trien the new address... may be my wincvs works bad...
cvs -d -d:pserver:cvs.gem.iem.at:/cvsroot/pd-gem login
cvs login: CVSROOT "-d:pserver:cvs.gem.iem.at:/cvsroot/pd-gem" must be an absolute pathname cvs [login aborted]: Bad CVSROOT.
Andrés Ferrari G. http://puredata.org/Members/anfex
Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! RegÃstrate ya - http://correo.espanol.yahoo.com/
On 3/29/07, Andres Ferrari anfex@yahoo.com wrote:
I trien the new address... may be my wincvs works bad...
http://sourceforge.net/docs/F05/en/#top
Try following that document and using the sourceforge CVS. You do not need to set up the ssh and developer account for checkout.
cvs -d -d:pserver:cvs.gem.iem.at:/cvsroot/pd-gem login
cvs login: CVSROOT "-d:pserver:cvs.gem.iem.at:/cvsroot/pd-gem" must be an absolute pathname cvs [login aborted]: Bad CVSROOT.
Andrés Ferrari G. http://puredata.org/Members/anfex
Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Andres Ferrari wrote:
I trien the new address... may be my wincvs works bad...
cvs -d -d:pserver:cvs.gem.iem.at:/cvsroot/pd-gem login
this should be cvs -d:pserver:anon@cvs.gem.iem.at:/cvsroot/pd-gem login cvs -d:pserver:anon@cvs.gem.iem.at:/cvsroot/pd-gem co Gem
and it works here
fmgads-r IOhannes