From: Keith W. <ke...@va...> - 2001-05-15 12:57:13
|
"Jacob (=Jouk) Jansen" wrote: > > Hi all, > > Finally I got the glplanet mode in xlockmore running on my VMS machine. > I made a small change to t_imm_fixup.c (see below). It is a rather "ad hoc" > fix, since it only corrects the "flag" when it is used and not in the > location where it should be initialized. Therefore, I do not know if this is > the only place that may cause problems. This is the reason why I did not > (yet) have committed the patch. I first want your reaction. > > Jouk > > ************ > File $DISK2:[JOUKJ.PUBLIC.MESAGL.MESAGL.MESA.SRC.TNL]T_IMM_FIXUP.C;3 > 842 COPY_4FV( IM->Color[start], ctx->Current.Color); > 843 IM->Flag[ IM->LastData+1 ] |= VERT_END_VB; > 844 fixup_first_4f( IM->Color, IM->Flag, VERT_END_VB, start, > ****** > File $DISK2:[JOUKJ.PUBLIC.MESAGL.MESAGL.MESA.SRC.TNL]T_IMM_FIXUP.C;2 > 842 COPY_4FV( IM->Color[start], ctx->Current.Color); > 843 fixup_first_4f( IM->Color, IM->Flag, VERT_END_VB, start, > ************ OK I'll look at where this is coming from. Keith |