| prov:value
| - <SOLVED> I was doing something wrong, unrelated to what I thought the problem is..Hi,I am writing a simple particle engine for my game, and for performance reasons, instead of having one type of particle class for every type of particle, I now rewrote the code, such that there is a Particle base class, and many Particle child classes (flash, smoke, explosion, flame).All the different kinds of part
|