Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Model Engine 4 Model Engine 4
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 110
    • Issues 110
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • Model Engine 4Model Engine 4
  • Wiki
    • Technical
  • Terminology

Terminology · Changes

Page history
Configuration authored Sep 28, 2023 by Ticxo's avatar Ticxo
Hide whitespace changes
Inline Side-by-side
Showing with 11 additions and 0 deletions
+11 -0
  • Technical/Terminology.md Technical/Terminology.md +11 -0
  • No files found.
Technical/Terminology.md
View page @ c99dbf09
......@@ -23,3 +23,14 @@ which should not be modified.
### State
An animation that is being supplied from a [model blueprint](#model-blueprint) to a [active model](#active-model),
and configured with different attributes such as speed, transition-in time, and transition-out time.
### 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 |
\ No newline at end of file
Clone repository
Home
FAQ / Common Issues
Commands & Permissions
Configuration
Modeling
  • Creating a Model
    • Hitbox & Eye Height
    • Shadow
  • Bone Behaviors
  • Animating a Model
  • Importing a Model
  • Scriptable Keyframes
MythicMobs
  • Mechanics: Model
  • Mechanics: VFX
  • Conditions
  • Targeters
API
  • Basic
    • Apply / Remove Model
    • Play / Stop Animation
    • Configure Bone Behaviors
    • Per-Player Model
    • Events
  • Advanced
    • Custom Base Entity
    • Custom Mount Controller
    • Custom Importer
    • Custom Bone Behaviors
    • Custom Script Reader
    • Custom Timeline
    • Custom Animation Handler
    • Custom Render Type
Technical
  • Terminology
  • Animation Systems
  • Mount Controllers