add objecttype sphere and tube

This commit is contained in:
David Rose 2005-03-26 14:33:54 +00:00
parent 767edc78d7
commit 52ffd8194b

View File

@ -1264,6 +1264,19 @@ GROUPING ENTRIES
The geometry defined at this root and below defines an invisible
trigger surface.
sphere
Equivalent to <Collide> { 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 <Collide> { 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 <Collide> { Sphere keep descend }. A collision