Browse Source

don't suggest sphrt

David Rose 19 years ago
parent
commit
90a5037fcf
1 changed files with 6 additions and 6 deletions
  1. 6 6
      panda/src/doc/eggSyntax.txt

+ 6 - 6
panda/src/doc/eggSyntax.txt

@@ -1602,21 +1602,21 @@ GROUPING ENTRIES
 
   <Xfm$Anim> name {
       <Scalar> fps { 24 }
-      <Scalar> order { sphrt }
-      <Scalar> contents { ijkabcphrxyz }
+      <Scalar> order { srpht }
+      <Scalar> contents { ijkabcrphxyz }
       <V> { values }
   }
 
     This is a table of matrix transforms, one per frame, such as may
     be applied to a joint.  The "contents" string consists of a subset
-    of the letters "ijkabcphrxyz", where each letter corresponds to a
+    of the letters "ijkabcrphxyz", where each letter corresponds to a
     column of the table; <V> is a list of numbers of length(contents)
     * num_frames.  Each letter of the contents string corresponds to a
     type of transformation:
 
       i, j, k - scale in x, y, z directions, respectively
       a, b, c - shear in xy, xz, and yz planes, respectively
-      p, h, r - rotate by pitch, heading, roll
+      r, p, h - rotate by pitch, heading, roll
       x, y, z - translate in x, y, z directions
 
     The net transformation matrix specified by each row of the table
@@ -1626,13 +1626,13 @@ GROUPING ENTRIES
     order string:
 
       s       - all scale and shear transforms
-      p, h, r - individual rotate transforms
+      r, p, h - individual rotate transforms
       t       - all translation transforms
 
 
   <Xfm$Anim_S$> name {
       <Scalar> fps { 24 }
-      <Scalar> order { sphrt }
+      <Scalar> order { srpht }
       <S$Anim> i { ... }
       <S$Anim> j { ... }
       ...