render:set-default-transparency-type
List of: Scheme Extensions
Subjects: Rendering Control, Transparency
Contents: Rendering Base

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")

;; ()
PDF/RBASE/03SCM.PDF
HTM/DATA/RBASE/RBASE/03SCM/0048.HTM