From 4990a8f2bc78553586cd347ea211c14eb8be997a Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 8 Aug 2008 17:40:47 +0000 Subject: [PATCH] add AnimPreload info --- panda/src/doc/eggSyntax.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/panda/src/doc/eggSyntax.txt b/panda/src/doc/eggSyntax.txt index c5dae6b442..472ebd7211 100644 --- a/panda/src/doc/eggSyntax.txt +++ b/panda/src/doc/eggSyntax.txt @@ -1515,6 +1515,19 @@ GROUPING ENTRIES current group, regardless of the group in which the geometry is actually defined. See the description, below. + { + fps { float-value } + num-frames { integer-value } + } + + One or more AnimPreload entries may appear within the that + contains a entry, indicating an animated character (see + above). These AnimPreload entries record the minimal preloaded + animation data required in order to support asynchronous animation + binding. These entries are typically generated by the egg-optchar + program with the -preload option, and are used by the Actor code + when allow-async-bind is True (the default). + name { group-body }