Support for clip planes in ShaderGenerator

This commit is contained in:
rdb 2009-04-29 18:35:50 +00:00
parent e5954e021b
commit 2cb61a4b9e

View File

@ -124,6 +124,7 @@ protected:
bool _calc_primary_alpha; bool _calc_primary_alpha;
bool _subsume_alpha_test; bool _subsume_alpha_test;
bool _disable_alpha_write; bool _disable_alpha_write;
int _num_clip_planes;
bool _need_material_props; bool _need_material_props;