Hi, I am using the look render example in the SDK to create a custom script.
From the SDK, I know that the renderer method takes renderSetting as an input, and this can be configured through createRasterizerRenderSettings, which can have a camera and aaSettings as arguments. My questions are: first, how can I configure the aaSettings so that it takes the on-screen conditions? And second, is it possible to modify the script to render with ray tracing?
...
renderSettings = LookRendering.createRasterizerRenderSettings(camera)
...
renderer.render(ACTIVE_SCENE, renderSettings, outSettings)
