Re: gelato - nvidia and python

2008-06-29 Thread Paul Boddie
On 29 Jun, 17:34, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > >>> dir(r) > > ['__call__', '__class__', '__cmp__', '__delattr__', '__doc__', > '__getattribute__', '__hash__', '__init__', '__module__', '__name__', > '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__self__', > '__setattr

Re: gelato - nvidia and python

2008-06-29 Thread name
On Jun 29, 5:34 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Did somebody worked with gelato from nvidia and python? > I have some C cod from books nvidia . > This is : > " > GelatoAPI *r = GelatoAPI::CreateRenderer(); > r->Camera ("main"); > ... API calls through r ... > r->Render ("main")

Re: gelato - nvidia and python

2008-06-29 Thread Benjamin Kaplan
On Sun, Jun 29, 2008 at 11:34 AM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > Did somebody worked with gelato from nvidia and python? > I have some C cod from books nvidia . > This is : > " > GelatoAPI *r = GelatoAPI::CreateRenderer(); > r->Camera ("main"); > ... API calls through r ... > r->R

gelato - nvidia and python

2008-06-29 Thread [EMAIL PROTECTED]
Did somebody worked with gelato from nvidia and python? I have some C cod from books nvidia . This is : " GelatoAPI *r = GelatoAPI::CreateRenderer(); r->Camera ("main"); ... API calls through r ... r->Render ("main"); delete r; // Finished with this renderer " the code for python i create is only