Changes
Page history
Update Creating-a-Model.md
authored
Sep 27, 2023
by
Ticxo
Hide whitespace changes
Inline
Side-by-side
Modeling/Creating-a-Model.md
View page @
4ae677ce
...
...
@@ -91,7 +91,8 @@ the largest width of the cube, and ignores the Z size. The hitbox must also obey
## Shadow
To finalize the model, you can optionally create a shadow for the model to make it more grounded in game. The shadow can
be at any size, will always be centered around the model, and be placed on ground level.
be at any size, will always be centered around the model, and be placed on ground level. If the model doesn't have a
shadow, there will be no shadow in-game as well.
To create a shadow, add a bone called
`shadow`
with a cube inside. The largest width of the cube will be the diameter of
the shadow, while the height of the cube is ignored.
...
...
...
...