![]() |
![]() |
![]() |
SET_PART_BASE_REFLECTANCE sets the base reflectance (power and color) of specified parts.
--->(SET_PART_BASE_REFLECTANCE)--(:PARTS)--|parts|--+
|
+----------------------------------------------+
|
+--(:REFL_COLOR)--|GET_RGB_COLOR|--(:REFL_POWER)--|power|--+-->
| |
+--(:COPY)---(:REF_SRC)--|part|----------------------------+
| |
+--(:CLR)--------------------------------------------------+
The power value you enter must lie in the range 0 to 16383. A setting of 0 turns off reflectance.
SET_PART_BASE_REFLECTANCE :PARTS "/sp2" :REFL_COLOR :RGB 0.23,1.0,0.8 :REFL_POWER 4
![]() |
![]() |
![]() |