Author Topic: [SOLVED] Corona maxscript noise level limit?  (Read 1042 times)

2021-08-01, 15:35:08

Dariusz1989

  • Users
  • *
  • Posts: 2
    • View Profile
Hey

I need to set the limit by script, how can I do this? I cant find any commands in renderers.current that sound anywhere near noise/limit/level...

TIA!
« Last Edit: 2021-08-01, 15:42:23 by Dariusz1989 »

2021-08-01, 15:42:04
Reply #1

Dariusz1989

  • Users
  • *
  • Posts: 2
    • View Profile
Ok found it, apparently its adaptivity_targetError o.o

2022-12-19, 18:47:29
Reply #2

Kelevra

  • Active Users
  • **
  • Posts: 10
    • View Profile
hi,

i dont get this work now.
Anything that has changed?

2022-12-19, 20:16:25
Reply #3

Frood

  • Active Users
  • **
  • Posts: 1903
    • View Profile
    • Rakete GmbH
Hi,

no :) Still the same. If you want to change it by script it would be
Code: [Select]
renderers.current.adaptivity_targetError
Get this to make it easier to find out which properties are changed when using the UI:
https://forum.corona-renderer.com/index.php?topic=16571.msg104052#msg104052


Good Luck



Never underestimate the power of a well placed level one spell.

2022-12-20, 06:49:16
Reply #4

Kelevra

  • Active Users
  • **
  • Posts: 10
    • View Profile
Hi,

no :) Still the same. If you want to change it by script it would be
Code: [Select]
renderers.current.adaptivity_targetError
Get this to make it easier to find out which properties are changed when using the UI:
https://forum.corona-renderer.com/index.php?topic=16571.msg104052#msg104052


Good Luck

Thanks!

Ofc I "forgot" about the renderers.current. Guess I learn something new everyday :)

Actually got that listener after a tip from Maru. Will test it more. Thanks.