![]() |
![]() |
![]() |
SET_PART_INST_REFLECTANCE sets the part reflectance (power and color) of specified parts.
--->(SET_PART_INST_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_INST_REFLECTANCE :PARTS "/sp2" :REFL_COLOR :RGB 0.73,1.0,0.8 :REFL_POWER 10
![]() |
![]() |
![]() |