|
From: Stefan H. <st...@to...> - 2005-06-18 23:58:31
|
I've found the light bug. viewhints should read/write the lights, not the light group. In file E3IOData.c, e3viewhints_read we have to go back to version 1.27 where the lights are collected in a light group first. The viewhints writer currently writes a light group, not lights. Stefan >Reading lights worked a few weeks ago. Now, when reading a QD3D >generated file Q3ViewHints_GetLightGroup always returns NULL. > >When reading a Quesa generated file Q3ViewHints_GetAttributeSet >returns NULL. The light group seems to be ok (I have to look in >deeper). > >QD3D cannot read Quesa generated lights. My app simply crashes. |