|
Action:
|
Sets the default transparency type for newly created materials.
|
|
|
Filename:
|
rbase/rnd_scm/trsp_scm.cxx
|
|
|
APIs:
|
api_rh_def_transp_comp
|
|
|
Syntax:
|
(render:set-default-transparency-type transparency-type)
|
|
|
Arg Types:
|
transparency-type
|
string
|
|
|
Returns:
|
unspecified
|
|
|
transparency-type specifies the transparency material type to be set to the default. Available transparency types include
"base",
"eroded",
"None",
"plain",
"wrapped grid", and
"wrapped image".
|
|
|
Example:
|
; render:set-default-transparency-type
|
|
; Set the default transparency shader type.
|
|
(render:set-default-transparency-type "base")
|
|
;; ()
|