From af9e6e05100fa5640a47972bf02a162faaee5eb1 Mon Sep 17 00:00:00 2001 From: Zachary Pavlov Date: Tue, 3 Jul 2007 00:05:26 +0000 Subject: [PATCH] floor mesh --- panda/src/egg/eggGroup.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/egg/eggGroup.h b/panda/src/egg/eggGroup.h index e295894409..43c44a1fec 100644 --- a/panda/src/egg/eggGroup.h +++ b/panda/src/egg/eggGroup.h @@ -82,6 +82,7 @@ PUBLISHED: CST_sphere = 0x00040000, CST_tube = 0x00050000, CST_inv_sphere = 0x00060000, + CST_floor_mesh = 0x00080000, }; enum CollideFlags { // The bits here must correspond to those in Flags, below, and