Hi,
Setting the transform parameter for Max Lights seems not to work.
This is what that part of the vrscene file looks like:
LightDirectMax direct_light1 {
enabled=1;
transform=interpolate(
(39.75, Transform(Matrix(Vector(0.9821588, 0.1031822, -0.1572179), Vector(-0.18439, 0.6926108, -0.6973454), Vector(0.03693724, 0.7138934, 0.6992796)), Vector(5.760065078735352, 10.86902904510498, -0.6159250140190125))),
(40.25, Transform(Matrix(Vector(0.9821588, 0.1031822, -0.1572179), Vector(-0.1877669, 0.4919544, -0.850132), Vector(-0.01037439, 0.864485, 0.5025516)), Vector(5.760065078735352, 10.86902904510498, -0.6159250140190125)))
);
It works with a "normal" Direct Light. Is there anything I am doing wrong.
This is a test for motion blurred lights (so I cannot see a motion blurred result for the LightDirectMax light) and also applies to the LightSpotMax.
Test environment:
Centos 7.4
Vray 36005.00002.0.0
I've also done a quick test in Vray Next. Made no difference.
Thx,
Michael
Setting the transform parameter for Max Lights seems not to work.
This is what that part of the vrscene file looks like:
LightDirectMax direct_light1 {
enabled=1;
transform=interpolate(
(39.75, Transform(Matrix(Vector(0.9821588, 0.1031822, -0.1572179), Vector(-0.18439, 0.6926108, -0.6973454), Vector(0.03693724, 0.7138934, 0.6992796)), Vector(5.760065078735352, 10.86902904510498, -0.6159250140190125))),
(40.25, Transform(Matrix(Vector(0.9821588, 0.1031822, -0.1572179), Vector(-0.1877669, 0.4919544, -0.850132), Vector(-0.01037439, 0.864485, 0.5025516)), Vector(5.760065078735352, 10.86902904510498, -0.6159250140190125)))
);
It works with a "normal" Direct Light. Is there anything I am doing wrong.
This is a test for motion blurred lights (so I cannot see a motion blurred result for the LightDirectMax light) and also applies to the LightSpotMax.
Test environment:
Centos 7.4
Vray 36005.00002.0.0
I've also done a quick test in Vray Next. Made no difference.
Thx,
Michael
Comment