From 2cb61a4b9e5919f5bee3bdbfc7a4321748ab847b Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 29 Apr 2009 18:35:50 +0000 Subject: [PATCH] Support for clip planes in ShaderGenerator --- panda/src/pgraphnodes/shaderGenerator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/pgraphnodes/shaderGenerator.h b/panda/src/pgraphnodes/shaderGenerator.h index 02eb8a3140..1b61e8f8e8 100644 --- a/panda/src/pgraphnodes/shaderGenerator.h +++ b/panda/src/pgraphnodes/shaderGenerator.h @@ -124,6 +124,7 @@ protected: bool _calc_primary_alpha; bool _subsume_alpha_test; bool _disable_alpha_write; + int _num_clip_planes; bool _need_material_props;