|
Action:
|
Gets the status of a material's transparency component.
|
|
|
Prototype:
|
outcome api_rh_get_transp_status (
|
|
|
RH_MATERIAL* material,
|
// shader to be queried
|
|
|
logical& status
|
// returns on/off status
|
|
|
|
|
// of shader
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "rnd_husk/api/rnd_api.hxx"
|
|
#include "rnd_husk/include/rh_enty.hxx"
|
|
#include "baseutil/logical.h"
|
|
|
Description:
|
This API obtains the status of a material's transparency shader. If the status of a transparency shader is on (TRUE), the
RH_MATERIAL renders with transparency for those rendering modes that support transparency.
|
|
|
Library:
|
rnd_husk
|
|
|
Filename:
|
rbase/rnd_husk/api/rnd_api.hxx
|
|
|
Effect:
|
Read-only
|