mike-marcacci / kuda

Automatically exported from code.google.com/p/kuda
GNU General Public License v2.0
0 stars 0 forks source link

hemi.curve.ShapeType.ARROW displays incorrectly #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

When writing unit test I found that a particle system with the Arrow shape 
doesn't display correctly.  I'm not really sure how to write a unit test that 
fails on this... it would have to have some kind of pixel matching algorithm i 
guess. Anyway if you go to the url below and wait for all the tests to run, you 
will see that the particles are blob shaped, not arrow shaped.  

http://labs.rajdye.com/superb/kuda/unit_tests/

if you view the source for unit 3 you will find that I specified that shape as 
an arrow:

http://labs.rajdye.com/superb/kuda/unit_tests/js/test/unit3.js

Original issue reported on code.google.com by raj...@gmail.com on 18 May 2011 at 3:03

GoogleCodeExporter commented 9 years ago
The configuration parameters have changed slightly for curve particle systems.

"shape" is now "particleShape"
"particles" is now "particleCount"

Try switching the config parameter names and retest.

Original comment by erik.kit...@gmail.com on 18 May 2011 at 4:18

GoogleCodeExporter commented 9 years ago
ok, yeah that was it.

Original comment by raj...@gmail.com on 19 May 2011 at 1:49

GoogleCodeExporter commented 9 years ago

Original comment by raj...@gmail.com on 19 May 2011 at 1:50

GoogleCodeExporter commented 9 years ago

Original comment by raj...@gmail.com on 20 May 2011 at 1:07