VB gives this error:
_______________________________
|__________________________ _ 0X|
| Run-time error: 11 - division by zero |
| |
| [continue] [END] [DEBUG] [HELP] |
|______________________________|

(sorry, felt like being artistic)

When I set this:

With PT(PTT)
X=.X <---
Y=.Y
Z=.Z
End With

The funny thing is, it only gives this error when rendering the second particle (opengl), when it goes through the first particle everything works. I have tried EVERYTHING! All of the particles are the same as the result of debugging. Can you guys help?