On 12/8/06, <b class="gmail_sendername">Mathieu Bouchard</b> &lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, 8 Dec 2006, chris clepper wrote:<br>&gt; On 12/8/06, Mathieu Bouchard &lt;<a href="mailto:matju@artengine.ca">matju@artengine.ca</a>&gt; wrote:<br>&gt;&gt; :How do i get [separator] to separate colours? I was teaching the use of
<br>&gt;&gt; [separator] in a workshop and then I realised that it doesn't backup<br>&gt;&gt; colours. Is [separator] really only for transformation matrices or is<br>&gt;&gt; there an option to enable it to work with [colorRGB] and [alpha] and etc?
<br>&gt; Just the transformation matrices.&nbsp;&nbsp;The color objects overwrite the current<br>&gt; color.<br><br>(and that's a feature?)</blockquote><div><br>The spec on glColor:<br><br><a href="http://www.rush3d.com/reference/opengl-bluebook-1.0/ch05.html#id5458953">
http://www.rush3d.com/reference/opengl-bluebook-1.0/ch05.html#id5458953</a><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is there a different class that can separate colours instead of just pixes
<br>and coordinate-systems ?</blockquote><div><br>Every vertex can have a color assigned to it.&nbsp; In GEM the same color is applied to every vertex in a Geo because the interface to do otherwise would be cumbersome.&nbsp; You can set the color once and then every vertex in as many Geo objects as you put after [color] will be that color.&nbsp; It is highly recommended to place a color object before each Geo.
<br></div><br></div><br>