After Width: | Height: | Size: 7.1 MiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 49 KiB |
@ -0,0 +1,9 @@ |
|||
# exported by Irrlicht |
|||
|
|||
newmtl mat0 |
|||
Ka 1.000000 1.000000 1.000000 |
|||
Kd 0.466667 0.466667 0.466667 |
|||
Ks 0.466667 0.466667 0.466667 |
|||
Ke 0.000000 0.000000 0.000000 |
|||
Ns 0.000000 |
|||
|
After Width: | Height: | Size: 52 KiB |
After Width: | Height: | Size: 37 KiB |
After Width: | Height: | Size: 56 KiB |
After Width: | Height: | Size: 59 KiB |
After Width: | Height: | Size: 186 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 49 KiB |
@ -0,0 +1,32 @@ |
|||
|
|||
Goose |
|||
Model & Texture based on "Flying Duck" |
|||
CC BY-SA 4.0 |
|||
(c) 2016-2019 NPX team, Poikilos |
|||
|
|||
## Changes by Poikilos |
|||
* added knees |
|||
* made neck straight as is normal for birds in flight |
|||
* removed wierd "arms" connecting wings to body (3 bones is the correct amount for a bird wing) |
|||
* retextured, improved UV map |
|||
* fixed up wing proportions (thanks for goose photo earlier, Slopsbucket) |
|||
* changed old texture slightly to make it into a gosling. Texture transparency reduces wingspan. I baked it onto a new texture to translate it to the new UV map like the adult. |
|||
* altered size to match real life (size*10 for minetest units) |
|||
* bird legs fold the other way guys... |
|||
* [ ] animate |
|||
* [ ] eventually add more goose types (textures) |
|||
|
|||
## Developer Nodes |
|||
### Deprecated |
|||
animation = { |
|||
speed_normal = 25, |
|||
speed_run = 25, |
|||
stand_start = 0, |
|||
stand_end = 80, |
|||
walk_start = 160, |
|||
walk_end = 200, |
|||
run_start = 160, |
|||
run_end = 220, |
|||
punch_start = 110, |
|||
punch_end = 140, |
|||
} |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 63 KiB |