RadeonProRenderSDK icon indicating copy to clipboard operation
RadeonProRenderSDK copied to clipboard

IES Light

Open marceloroca opened this issue 4 years ago • 1 comments

I want to create the same scene with IES light from the maya demo:

https://radeon-pro.github.io/RadeonProRenderDocs/en/plugins/maya/photometric_light.html?highlight=ies

The parameters I'm using are:

  • IESLightSetImageFromIESdata = (ies file), 255, 255
  • IESLightSetRadiantPower3f = 2, 2, 2

The image in maya is this:

image

and when I render in RPR I get this:

13

I don't understand what parameters and values I need to use to have the same light spread

Thanks,

My computer info: Windows 10 Pro GPU: Radon RX 550XT Driver: 20.5.1 Plugin; Tahoe RPR_VERSION_MAJOR_MINOR_REVISION 0x00103503 RPR_VERSION_BUILD 0x92f604e2

Tracing files: rpr-tracing-104d418e-c9cd-4962-b58a-ef59b412c5e1.zip

IES Files: iesfiles.zip

marceloroca avatar Jul 27 '20 20:07 marceloroca

As light is softer in original image I feel that this is a post process difference, ( like gamma correction, or exposure ).

If the question is specific about Maya, it should be asked here: https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderMayaPlugin

For RPR SDK demo about IES light: https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK/tree/master/tutorials/28_ies_light

For RPR SDK demo about post process: https://github.com/GPUOpen-LibrariesAndSDKs/RadeonProRenderSDK/tree/master/tutorials/29_ocio

RichardGe avatar Feb 06 '23 22:02 RichardGe