Re: Component selection

2005-01-16 Thread Vladimir Dergachev
On Sun, 16 Jan 2005, Keith Whitwell wrote: Vladimir Dergachev wrote: Hi all, A hopefully easy question: Is there a simple way to find out which vectors I need to upload to the hardware ? I am hoping for some flags that, when set, indicate I need to upload color[1], color[2], normals, et

Re: Component selection

2005-01-16 Thread Keith Whitwell
Vladimir Dergachev wrote: Hi all, A hopefully easy question: Is there a simple way to find out which vectors I need to upload to the hardware ? I am hoping for some flags that, when set, indicate I need to upload color[1], color[2], normals, etc. Also, you might want to look at the Choos

Re: Component selection

2005-01-16 Thread Keith Whitwell
Vladimir Dergachev wrote: Hi all, A hopefully easy question: Is there a simple way to find out which vectors I need to upload to the hardware ? I am hoping for some flags that, when set, indicate I need to upload color[1], color[2], normals, etc. Search for TNL_CONTEXT(ctx)->rend

Component selection

2005-01-14 Thread Vladimir Dergachev
Hi all, A hopefully easy question: Is there a simple way to find out which vectors I need to upload to the hardware ? I am hoping for some flags that, when set, indicate I need to upload color[1], color[2], normals, etc. thank you ! Vl