Set the motion smoothing when dead reckoning is not available (for LAN or CIGI protocol).
If disabled, there will be no smoothing. Model will be repositioned at every update message.
If enabled, between two update messages, the model will slightly move from the previous position to the new one and continue on the vector (extrapolation)
Factor: the higher, the faster the entity will reposition. Default is 5.
Repos: set the maximum distance the update position will be ignored. This avoid the model to jump when extrapolation computation differs from the real position. Normally, successive updates inside the repos thresold correct the position without jerk.
Cycles: minimum number of cycles used to move the model from the previous position to the updated one.
If checked, the model will be loaded in memory at IG start and not when a message will be received from the network. If a model is not preloaded, every messages requiring a new model instance will trigger a load. This can take some time and freeze the IG.
Shallow Copy: quick copy of the model. Subparts and textures may be shared. Quick and memory saving.
Deep Copy All: every new model is a full duplication of all parts and textures. Requires more time and memory. This mode is the default.