...
Name
acp — Set actor properties by actor number
Wiki Markup |
---|
{alias:acp} |
...
Syntax
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
acp [* | id actorid] [del | opa | vis | ambient | diffuse | specular | power] |
Description
Graphics is made up by actors. One can toggle actors on and off or assign new graphical properties to them. The acp command tells how to assign new properties to an actor.
Arguments
*
id actorid
del
opa value
vis 0 | 1
ambient value
diffuse value
specular value
power value
Examples
Ex.1: Display two grids and set low opacity on the first
No Format | ||||
---|---|---|---|---|
| ||||
z ; # erase the screen
spe bgc whi ; # specify background color white
win 450000 460000 6450000 6460000 1000 3000 ; # specify the grid window
mak ran 11 ; # make 11 random points
grp 100 100 ; # grid with 100 x 100 in rows and columns.
col red ; # set red color
dis ; # display in solid
set actor_id [gvar actorid]
mak ran 11 ; # make 11 random points
grp 100 100 ; # grid with 100 x 100 in rows and columns.
col gre ; # set green color
dis ; # display in solid
acp id $actor_id opa .4 ; # set opacity .4 on the first grid
{noformat}
!att:_img_ref^cmd_acp.png|border=1!
_The above example produces this image of the two grids_
h2. See also
[spe act|spe - Specify parameters]
{pagebreak} |
The above example produces this image of the two grids