Discussion:
Boids in papervision3d
tom rhodes
2010-07-06 15:07:14 UTC
Permalink
nice work nick, this would be a good thing to port i reckon,

http://blog.soulwire.co.uk/laboratory/flash/as3-flocking-steering-behaviors

<http://blog.soulwire.co.uk/laboratory/flash/as3-flocking-steering-behaviors>right
now it's using the native flash player 10 3d stuff, he's using
Matrix3D.pointAt() to get the boids to face where they are heading. not sure
how easy this would be to port to papervision...
Not that I know of but would be interested... I have been wanting to port
over some tests I did with processing a few months back....
http://nickgs.com/boidlab_v1
Nick
Hi all,
after some googling i only came across some old code for papervision3d
boids. does anyone know of an implementation of boids for papervision?
cheers,
tom.
_______________________________________________
Papervision3D mailing list
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
_______________________________________________
Papervision3D mailing list
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
Nick Selvaggio
2010-07-06 15:19:18 UTC
Permalink
Thanks!

Ahh yes, he has some good work on that site, I was looking at his ribbon
work not to long ago. I think he may have done some work with them and
Boids...

http://blog.soulwire.co.uk/code/actionscript-3/papervision3d-ribbons

I played around briefly with it haven't looked at it in a while. Shouldn't
be that crazy to bring this to Papervision.

Fun stuff!

Nick
Post by tom rhodes
nice work nick, this would be a good thing to port i reckon,
http://blog.soulwire.co.uk/laboratory/flash/as3-flocking-steering-behaviors
<http://blog.soulwire.co.uk/laboratory/flash/as3-flocking-steering-behaviors>right
now it's using the native flash player 10 3d stuff, he's using
Matrix3D.pointAt() to get the boids to face where they are heading. not sure
how easy this would be to port to papervision...
Not that I know of but would be interested... I have been wanting to port
over some tests I did with processing a few months back....
http://nickgs.com/boidlab_v1
Nick
Hi all,
after some googling i only came across some old code for papervision3d
boids. does anyone know of an implementation of boids for papervision?
cheers,
tom.
_______________________________________________
Papervision3D mailing list
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
_______________________________________________
Papervision3D mailing list
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
_______________________________________________
Papervision3D mailing list
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
John Brookes
2010-07-06 18:30:54 UTC
Permalink
maybe
http://blog.tabinda.net/3d/attention-everyone/
tom rhodes
2010-07-07 00:00:47 UTC
Permalink
yeah i found that, but it's from 2008, it'll take less tweaking than the
soulfire stuff to work but is less complete.

for what i need right now (deadline looming) i'm going with the soulfire
stuff in flash player 10 without papervision, and fudging some papervision
over the top as the swarming i want is only a background element and won't
interfere witht he stuff on top luckily...

i'll go back after i'm done and see if i can port the soulfire stuff to pv3d
with a bit more time to play with.
Post by John Brookes
maybe
http://blog.tabinda.net/3d/attention-everyone/
_______________________________________________
Papervision3D mailing list
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
Loading...