Fix particle drips velocity and acceleration

This commit is contained in:
Wuzzy 2014-06-26 03:41:36 +02:00
parent d6320292a9
commit a4cc375bb1

View File

@ -254,8 +254,8 @@ function pedology.drip_particle(pos, wet)
0, -- time
{ x=pos.x -(45/100), y=pos.y - 0.5, z=pos.z -(45/100) }, -- minpos
{ x=pos.x +(45/100), y=pos.y - 0.5, z=pos.z +(45/100) }, -- maxpos
{ x=0, y=-9.80, z=0 }, { x=0, y=0, z=0 }, -- minvel, maxvel
{ x=0, y=-9.82, z=0 }, { x=0, y=0, z=0 }, -- minacc, maxacc
{ x=0, y=0, z=0 }, { x=0, y=0, z=0 }, -- minvel, maxvel
{ x=0, y=-9.82, z=0 }, { x=0, y=-9.80, z=0 }, -- minacc, maxacc
1, 3, -- minexptime, maxexptime
1, 1, -- minsize, maxsize
false, -- collisiondetection