|
From: Daniele C. <dca...@in...> - 2008-01-04 10:33:10
|
The site http://www.quesa.org/ don't exist more. I download last quesa version from cvs and I have some question. I would like to try the Mutating Alghoritm with windows but I don't compile it. I use Visual studio 2005.I think using visual studio 2008 is same thing.Is it possible to have a compiled library to use for this function? I try to compile rayshade but I found some problem. - Some files are saved in mac file format (CR) I must convert manually in win(CR LF) or unix (LF) format.Just a little annoyance. - It is necessary add #include "float.h" to the project because DBL_EPSILON is not defined. It is not a big problem. - Using TQ3PixmapDrawContextData RayShade make a mistake with color. The older version work fine.Problem annoyance because I don't resolve. You can see the different at link: http://www.interstudio.net/quesa/rayshadeoldPixmap.JPG http://www.interstudio.net/quesa/rayshadenewPixmap.JPG Thank's for advice. |