![]() |
![]() ![]() ![]() |
signed char F_API FSOUND_Geometry_Material_GetAttributes(
FSOUND_MATERIAL *material,
float *reflectancegain,
float *reflectancefreq,
float *transmittancegain,
float *transmittancefreq
);
material | Pointer to a valid fsound geometry material to have its attributes returned. |
reflectancegain | Pointer to a value to receive the reflectance gain. This can be NULL to ignore. See FSOUND_Geometry_Material_SetAttributes for a description of the attribute. |
reflectancefreq | Pointer to a value to receive the reflectance high frequency. This can be NULL to ignore. See FSOUND_Geometry_Material_SetAttributes for a description of the attribute. |
transmittancegain | Pointer to a value to receive the transmittance gain. This can be NULL to ignore. See FSOUND_Geometry_Material_SetAttributes for a description of the attribute. |
transmittancefreq | Pointer to a value to receive the transmittance high frequency. This can be NULL to ignore. See FSOUND_Geometry_Material_SetAttributes for a description of the attribute. |