X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fmaterial.h;fp=src%2Fmaterial.h;h=55136d016a6cf8d784760570967348f220df024d;hp=a35b8315ab0ca6a47eecbba42daa5e32a6ced132;hb=d461760a76c8cd8667d4210d628738db05270366;hpb=f0d999bd6865a03c42a2d7378fd60c7a469201f2 diff --git a/src/material.h b/src/material.h index a35b831..55136d0 100644 --- a/src/material.h +++ b/src/material.h @@ -37,6 +37,24 @@ extern "C" { SCM make_material (SCM rest); + irr::video::E_ANTI_ALIASING_MODE + scm_to_anti_aliasing_mode (SCM anti_aliasing_mode); + + irr::video::E_BLEND_OPERATION + scm_to_blend_operation (SCM blend_operation); + + irr::video::E_COLOR_MATERIAL + scm_to_color_material (SCM color_material); + + irr::video::E_COLOR_PLANE + scm_to_color_plane (SCM color_plane); + + irr::video::E_COMPARISON_FUNC + scm_to_comparison_func (SCM comparison_func); + + irr::video::E_POLYGON_OFFSET + scm_to_polygon_offset (SCM polygon_offset); + } #endif