Point Cache Manager Interface to the point cache manager.
Definition at line 1234 of file fbsystem.h.
#include <fbsystem.h>
Static Public Member Functions | |
static FBPointCacheManager & | TheOne () |
Get the global object for this class. | |
Public Attributes | |
FBPropertyListObject | Models |
Read Write Property: Models to be recorded | |
FBPropertyBool | ApplyGlobalTransform |
Read Write Property: Include no-deformable models and the global transform to Vertex Cache when true. | |
FBPropertyAction | SetTransformReference |
Action Property: Set the model's current transformation as the reference. | |
FBPropertyBool | ApplyCacheOnNewModel |
Read Write Property: Duplicated the cached models, and assoicated the point cache to the new models. | |
FBPropertyModel | NewModelRoot |
Read Write Property: Valid only when ApplyCacheOnNewModel is on. | |
FBPropertyBool | AllowCacheResampling |
Read Write Property: Allow the resample models's existing point cache deformation when true. | |
FBPropertyBool | AlwaysAskForPath |
Read Write Property: Always ask for the point cache file save path when true. | |
FBPropertyString | DefaultPath |
Read Write Property: Default point cache file save path. | |
FBPropertyBool | CacheNormal |
Read Write Property: Cache normal when true. | |
FBPropertyBool | CacheAABBox |
Read Write Property: Cache AABBox (Axis Aligned Bounding Box) when true. | |
FBPropertyBool | CreateMultiChannelCache |
Read Write Property: Create a single multiple channel point cache file for all models when true. | |
FBPropertyBool | CreateFilePerFrameCache |
Read Write Property: Create the point cache file for each frame when true. | |
FBPropertyInt | SaveEveryFrame |
Read Write Property: Recording Frequency. |
static FBPointCacheManager& TheOne | ( | ) | [static] |
Read Write Property: Models to be recorded
Definition at line 1245 of file fbsystem.h.
Read Write Property: Include no-deformable models and the global transform to Vertex Cache when true.
Definition at line 1247 of file fbsystem.h.
Action Property: Set the model's current transformation as the reference.
Definition at line 1248 of file fbsystem.h.
Read Write Property: Duplicated the cached models, and assoicated the point cache to the new models.
Definition at line 1250 of file fbsystem.h.
FBPropertyModel NewModelRoot |
Read Write Property: Valid only when ApplyCacheOnNewModel is on.
Create New Models under NewModelRoot. otherwise, a NULL model will be created.
Definition at line 1251 of file fbsystem.h.
Read Write Property: Allow the resample models's existing point cache deformation when true.
Definition at line 1253 of file fbsystem.h.
Read Write Property: Always ask for the point cache file save path when true.
Definition at line 1254 of file fbsystem.h.
Read Write Property: Default point cache file save path.
Definition at line 1255 of file fbsystem.h.
Read Write Property: Cache normal when true.
Definition at line 1256 of file fbsystem.h.
Read Write Property: Cache AABBox (Axis Aligned Bounding Box) when true.
Definition at line 1257 of file fbsystem.h.
Read Write Property: Create a single multiple channel point cache file for all models when true.
Definition at line 1258 of file fbsystem.h.
Read Write Property: Create the point cache file for each frame when true.
Definition at line 1259 of file fbsystem.h.
Read Write Property: Recording Frequency.
Definition at line 1260 of file fbsystem.h.