فهرست منبع

add objecttype sphere and tube

David Rose 21 سال پیش
والد
کامیت
52ffd8194b
1فایلهای تغییر یافته به همراه13 افزوده شده و 0 حذف شده
  1. 13 0
      panda/src/doc/eggSyntax.txt

+ 13 - 0
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 <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