Lights

Hello all,

I am really struggling with the lights. Not all properties are working in all RenderModes

For example:

setDirection or SetConcentration with V3d_SpotLight works with Rasterization but not with Raytracing or Globalraytracing.

SetIntensity with V3d_SpotLight works with Raytracing or Globalraytracing but not with Rasterization.

Is there something I miss?

Thanks, Duesentrieb

gkv311 n's picture

I guess this is it - RayTracing/PathTracing engine has no code supporting spot light sources specifically for now.

Daniel Duesentrieb's picture

thanks - safes me lots of time searching for it.