nuclide/Documentation/Models.md

30 lines
1.1 KiB
Markdown

# Model Importing {#models}
The engine handles all the file formats related to model files.
Table of supported model formats:
| File Extension | Type | Description |
|----------------|------|-------------|
| mdl | Animated, Vertex | Quake 'Alias' Model |
| md2 | Animated, Vertex | Quake II Model |
| md3 | Animated, Vertex | Quake III Arena Model |
| mdl | Animated, Skeletal | Half-Life Model |
| iqm | Animated, Skeletal | Inter Quake Model |
| vvm | Animated, Skeletal | Vera Visions Model |
| psk | Animated, Skeletal | Unreal Engine Model |
| zym | Animated, Skeletal | Zymotic Models |
| dpm | Animated, Skeletal | Darkplaces Model |
| gltf | Animated, Skeletal | ??? |
| glb | Animated, Skeletal | ??? |
| spr | Sprite | Quake I variant, Global Palette |
| spr2 | Sprite | Quake II |
| obj | Static | Wavefront OBJ |
| lwo | Static | Lightwave Object |
| ase | Static | Alias Static ??? |
Formats available in plugin-form:
| File Extension | Type | Description |
|----------------|------|-------------|
| mdl | Animated, Skeletal | Source Engine Model |