Chaos Corona Forum
Chaos Corona for 3ds Max => [Max] I need help! => Topic started by: Cheesemsmsm on 2016-06-03, 23:26:32
-
I'd like to switch between Corona and Max env with maxscript.
I've found
.bg_source (enviro_sceneEnvironmentSource) : integer
but don't know how to use it.
-
Hello from the other side
I must have called a thousand times
-
if isproperty renderers.current "bg_source" then renderers.current.bg_source = if renderers.current.bg_source == 1 then 0 else 1
this snippet will toggle between max and corona environment
-
if isproperty renderers.current "bg_source" then renderers.current.bg_source = if renderers.current.bg_source == 1 then 0 else 1
this snippet will toggle between max and corona environment
Thank you so much!! you made my day.
I wonder why no one in corona team can answer this.