A corner of the squares is to always point to the center!?
what should i do ?
Graphics3D 800,600,16,1
cam = CreateCamera()
piv = CreatePivot()
PositionEntity cam,0,3,0
PointEntity cam,piv
lig = CreateLight()
For r= 0 To 19
st= CreateCylinder(4)
TurnEntity st,180,190,0
ScaleEntity st,.16,.03,.16
PositionEntity st,Sin(r*18)+0,0,Cos(r*18)
Next
While Not KeyHit (1)
UpdateWorld()
RenderWorld()
Flip()
Wend
End
what should i do ?
Graphics3D 800,600,16,1
cam = CreateCamera()
piv = CreatePivot()
PositionEntity cam,0,3,0
PointEntity cam,piv
lig = CreateLight()
For r= 0 To 19
st= CreateCylinder(4)
TurnEntity st,180,190,0
ScaleEntity st,.16,.03,.16
PositionEntity st,Sin(r*18)+0,0,Cos(r*18)
Next
While Not KeyHit (1)
UpdateWorld()
RenderWorld()
Flip()
Wend
End