glass material
-
- Posts: 90
- Joined: Thu Nov 16, 2006 9:11 am
- Location: France
glass material
I find that Kray have same problem that LW about time render when there is transparency. Kray use 24 bounced... Is there a trick like Maxwell's igs ?
Architects love transparencies. Need double side ?
In a render I didn't notice time difference with 1.0 and 1.6 refraction material for thin safeguard. ?
ah, last thing : I have problem with Kray panel buttons and pop ups, sometimes they don't respond at the first time.
Architects love transparencies. Need double side ?
In a render I didn't notice time difference with 1.0 and 1.6 refraction material for thin safeguard. ?
ah, last thing : I have problem with Kray panel buttons and pop ups, sometimes they don't respond at the first time.
-
- Posts: 90
- Joined: Thu Nov 16, 2006 9:11 am
- Location: France
I mean that every time I want to make renders with lots of glass material I'm very sad because I can't manage to have good render time. Perhaps true for every softs, but I use LW.. 
igs material (if I don't make a mistake) is a transparent material that match architectural windows renders : no need absorption,dispersion, refraction,... just see that there is a glass and have a bit reflection.

igs material (if I don't make a mistake) is a transparent material that match architectural windows renders : no need absorption,dispersion, refraction,... just see that there is a glass and have a bit reflection.
Well there's only one thing you can do about that and that is to limit the number of recursions. It's on to-do list to implement number of recursions spearately for each ray trace type so you could have separate bounces for transparency, another for reflections and another one for GI.
In my scenes I use simple glass material with incidence gradient on reflection and transparency and a little bit of color filter... It works good IMHO.
In my scenes I use simple glass material with incidence gradient on reflection and transparency and a little bit of color filter... It works good IMHO.
- Jure
-
- Posts: 90
- Joined: Thu Nov 16, 2006 9:11 am
- Location: France
Kray panel buttons don't respond at upper half
tiktane358, I've noticed that the problem of Kray interface buttons appear to be not responding is due to the internally overlapping "Kray.ls" separator line (ctlsep) and the subsequent line of controls/buttons (ctl)s (buttons/pulldown/checkbox/etc).tiktane358 wrote:... ah, last thing : I have problem with Kray panel buttons and pop ups, sometimes they don't respond at the first time.
look for the lines in Kray.ls, for example :
c_sep_gen = ctlsep(0,0);
ctlposition(c_sep_gen,10,ypos+ysize/2,420,19);ypos=ypos+ysize;
changing the height value of 19 to 1 for every occuring separator line (ctlsep)'s ctlpositions entry will fix the overlapping appear to be "respond at the first time" issue.