Query: s3d_push_material_a
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
S3D_PUSH_MATERIAL_A(3) s3d Manual S3D_PUSH_MATERIAL_A(3)NAMEs3d_push_material_a - push material with alphaSYNOPSIS#include <s3d.h> int s3d_push_material_a(int object, float amb_r, float amb_g, float amb_b, float amb_a, float spec_r, float spec_g, float spec_b, float spec_a, float diff_r, float diff_g, float diff_b, float diff_a);DESCRIPTIONSame as s3d_push_material, but color has alpha value added. Use s3d_push_materials_a() if you have a lot of materials to push.AUTHORSimon Wunderlich Author of s3d s3d S3D_PUSH_MATERIAL_A(3)