diff --git a/panda/src/doc/eggSyntax.txt b/panda/src/doc/eggSyntax.txt index 8ae64d0636..5840682a5d 100644 --- a/panda/src/doc/eggSyntax.txt +++ b/panda/src/doc/eggSyntax.txt @@ -1264,6 +1264,19 @@ GROUPING ENTRIES The geometry defined at this root and below defines an invisible trigger surface. + sphere + + Equivalent to { Sphere descend }. The geometry is + replaced with the smallest collision sphere that will enclose + it. Typically you model a sphere in polygons and put this flag + on it to create a collision sphere of the same size. + + tube + + Equivalent to { Tube descend }. As in sphere, above, + but the geometry is replaced with a collision tube (a capsule). + Typically you will model a capsule or a cylinder in polygons. + bubble Equivalent to { Sphere keep descend }. A collision