|
From: Brian P. <bri...@tu...> - 2004-06-23 21:21:05
|
Keith Whitwell wrote: > chr...@tm... wrote: > >> Hallo >> I'm wondering why some commands like glMaterial and glColorMaterial >> witch I can use per Vertex, don't have a pervertex attribute in the >> props fields in the file APIspec.txt. Is there a reason? > > > I can't answer your question, but will point out that while glMaterial > is allowed between begin/end, glColorMaterial is not. Tobias, Yes, it looks like the glMaterial commands should be tagged as 'pervertex'. I'm making the change now. 'pervertex' is only significant in one place at this time: in packer/ pack_header.py -Brian |