Author Topic: Redner Region  (Read 1420 times)

2018-01-10, 11:34:07

Monster0605

  • Active Users
  • **
  • Posts: 19
    • View Profile
is there any possibility to set render region in Corona Buffer with Max Scrip ( not max render region ) ?

2018-01-10, 12:15:14
Reply #1

Frood

  • Active Users
  • **
  • Posts: 2002
    • View Profile
    • Rakete GmbH
You can use these properties:

renderers.current.system_vfbRegions (List_of_VFB_regions) : point3 array
renderers.current.system_vfbRegions_enabled (Enable_disable_VFB_regions) : boolean

Afaik there is no further documentation.


Good Luck


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

2018-01-10, 12:40:07
Reply #2

Monster0605

  • Active Users
  • **
  • Posts: 19
    • View Profile
Thank You