[Fluxus] saving particles

Dave Griffiths dave at pawfal.org
Tue May 25 14:37:17 PDT 2010


Hmm, any ideas for nice particle system file formats? - I'm not sure
that .obj really makes sense for this...

It shouldn't crash though, I'll look into it.

cheers,

dave

On Tue, 2010-05-25 at 16:50 +0200, gabor papp wrote:
> does saving particles work?
> 
> (clear)
> 
> (define p (build-particles 1024))
> 
> (with-primitive p
>     (pdata-map!
>          (lambda (p)
>              (srndvec))
>          "p")
>      (pdata-map!
>          (lambda (c)
>              (rndvec))
>          "c")
>      (save-primitive "particles.obj"))
> 
> 
> this gave me a segfault.
> 
> 
> gabor





More information about the Fluxus mailing list