You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, can we create instance for area light? I want to create multi area light with the same mesh geometry. But when I create the second light geometry use instancing, the program will crash. After experiment, I have to create a individual mesh geometry data for the second area light, then it will work.
The text was updated successfully, but these errors were encountered:
I think this GetPower() of AreaLight should respect the transform matrix of the shape
If a scale matrix is applied, the calculation of area here gives incorrect result
Hi, can we create instance for area light? I want to create multi area light with the same mesh geometry. But when I create the second light geometry use instancing, the program will crash. After experiment, I have to create a individual mesh geometry data for the second area light, then it will work.
The text was updated successfully, but these errors were encountered: