logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

s3d_push_material_a - push material with alpha

Author

SimonWunderlich
           Author of s3d

s3d                                                                                       S3D_PUSH_MATERIAL_A(3)

Description

       Same as s3d_push_material, but color has alpha value added. Use s3d_push_materials_a() if you have a lot
       of materials to push.

Name

       s3d_push_material_a - push material with alpha

Synopsis

#include<s3d.h>ints3d_push_material_a(intobject,floatamb_r,floatamb_g,floatamb_b,floatamb_a,floatspec_r,floatspec_g,floatspec_b,floatspec_a,floatdiff_r,floatdiff_g,floatdiff_b,floatdiff_a);

See Also