Are you getting anything like this?
Rem Project: makegrassphy
Rem Created: 27/06/2009 11:07:23
Rem ***** Main Source File *****
sync on
sync rate 60
autocam off
position camera 0,5,-5
point camera 0,0,0
x#=-0.5
phy start
id=1
make object box id,100,.1,100
position object id,0,-.2,0
phy make rigid body static box id
ground=id
jointID=1
inc id
for x = 0 to 5
for z = 0 to 5
make object box id,.1,1.0,.1
position object id,x#,0,z#
phy make rigid body dynamic box id
phy set rigid body linear damping ID, 1.0
phy make 6dof joint jointID,id,ground
index=0
jx#=0
jy#=.1
jz#=0
phy set 6dof joint global anchor jointID, index, jx#, jy#, jz#
value#=0.05*3.14
restitution#=0.75
spring#=0.75
damping#=1.0
phy set 6dof joint linear limit jointID, value#, restitution#, spring#, damping#
dampingLow#=1
restitutionLow#=0.75
springLow#=0.75
valueLow#=.01
dampingHigh#=0.05*3.14
restitutionHigh#=0.05*3.14
springHigh#=.5
valueHigh#=.5
phy set 6dof joint twist limit jointID, dampingLow#, restitutionLow#, springLow#, valueLow#, dampingHigh#, restitutionHigh#, springHigh#, valueHigh#
value#=0.05*3.14
restitution#=0.75
spring#=0.75
damping#=1.0
phy set 6dof joint swing1 limit ID, value#, restitution#, spring#, damping#
phy build 6dof joint jointID
inc jointid
inc x#,.2
inc id
next z
inc z#,.2: x#=-0.5
next z
inc id
make object sphere id,.5
position object id,0,2,.2
phy make rigid body dynamic sphere id
do
phy update
sync
loop
Dark Physics makes any hot drink go cold.