Add a model for the boat

master
PilzAdam 2012-12-11 15:54:58 +01:00
parent ea548b0cf6
commit 3148fd082c
4 changed files with 2413 additions and 3 deletions

View File

@ -33,9 +33,9 @@ end
local boat = {
physical = true,
collisionbox = {-0.5,-0.4,-0.5, 0.5,0.4,0.5},
visual = "cube",
visual_size = {x=1.2, y=0.8},
textures = {"boat_top.png", "boat_bottom.png", "boat_side.png", "boat_side.png", "boat_side.png", "boat_side.png"},
visual = "mesh",
mesh = "boat.x",
textures = {"boat.png"},
driver = nil,
v = 0,

BIN
models/boat.blend Normal file

Binary file not shown.

BIN
models/boat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 683 B

2410
models/boat.x Normal file

File diff suppressed because it is too large Load Diff