Update CullConfig.md authored by Ticxo's avatar Ticxo
...@@ -26,6 +26,17 @@ Attributes ...@@ -26,6 +26,17 @@ Attributes
| blockedcullignoreradius | blcr | Max distance to ignore the blocked-cull method | Double | Config Default | | blockedcullignoreradius | blcr | Max distance to ignore the blocked-cull method | Double | Config Default |
| blockedculltype | blct | Blocked-cull culling type | CullType | Config Default | | blockedculltype | blct | Blocked-cull culling type | CullType | Config Default |
#### CullType
CullType specifies the action performed to cull a model in order to reduce network load.
Here is a list of actions, from least to most reduction.
| Type | Description |
|---------------|----------------------------------------------------------------------------------------------------------|
| NO_CULL | Does not cull the model. Which means the modeled entity moves like normal |
| MOVEMENT_ONLY | Stop all animation updates and only update the modeled entity's position, outside of some specific bones |
| CULLED | Completely despawn the modeled entity from view outside of some specific bones |
Examples Examples
-------- --------
... ...
......