![]() |
![]() |
![]() |
SET_LIGHT_TYPE changes the light type of the specified light source in the specified viewport.
---->(SET_LIGHT_TYPE)--|viewport|--|light|--+--(:DIRECTIONAL)--+---->
| |
+--(:POSITIONAL)---+
| |
+--(:SPOT)---------+
Note that the type of light number 0 (zero), cannot be changed from ambient.
SET_LIGHT_TYPE "vport12" 9 :POSITIONAL
All viewport names must be enclosed by double quotes (" ").
![]() |
![]() |
![]() |