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 following options are available to set the base reflectance color and
power of parts.
- :REFL_COLOR - specifies the base reflectance color; must be combined with :REFL_POWER.
- :REFL_POWER - specifies the base reflectance power; must be combined with :REFL_COLOR.
- :COPY - copies the reflectance of a reference
(source) part to the current base reflectance.
- :CLR - clears the base reflectance.
Use this action to set the base reflectance color and base reflectance power
for parts. Different materials or surface finishes may be simulated
by setting face reflectance properties.
The power value you enter must lie in the range 0 to 16383. A
setting of 0 turns off reflectance.
The following parameter sequence sets the base reflectance of
the specified part.
SET_PART_BASE_REFLECTANCE :PARTS "/sp2"
:REFL_COLOR :RGB 0.23,1.0,0.8
:REFL_POWER 4
SET_PART_INST_REFLECTANCE terminate action
SET_PART_BASE_COLOR terminate action
SET_PART_BASE_DENSITY terminate action
SET_PART_BASE_TRANSPARENCY terminate action