Flint Particle System Forum - A3D3ObjectClass just creates the First Object with the given properties.2012-05-26T06:28:49+01:00http://flintparticles.org/forum/
Lussumo Vanilla & Feed Publisher
A3D3ObjectClass just creates the First Object with the given properties.http://flintparticles.org/forum/comments.php?DiscussionID=563&Focus=1917#Comment_19172012-04-23T14:48:52+01:002012-05-26T06:28:49+01:00progressivityhttp://flintparticles.org/forum/account.php?u=610
Hi Richard,
First - thanks for such a great piece of work!
Ive got a little Problem with the actual version of Flint in work with away3d 3.6.0
http://dl.dropbox.com/u/10036823/prg2012.swf
You ...
First - thanks for such a great piece of work! Ive got a little Problem with the actual version of Flint in work with away3d 3.6.0
http://dl.dropbox.com/u/10036823/prg2012.swf You can zoom out by using the MouseWheel, and drag around the HoverCam.
The white cubies are the Particles from Flint, but there is just one little cube outside with properties i have given.
public class particleField extends Emitter3D { public function particleField() { counter = new Blast( 50 );
addInitializer( new A3D3ObjectClass( Cube, [ { height:12, width:6, depth:6 } ] ) ); addInitializer( new A3D3ApplyMaterial( ColorMaterial, 0xFFFF00, 8 ) ); addInitializer( new Position( new BoxZone( 2000, 2000, 2000, new Vector3D( 0, 0, 0 ), new Vector3D( 0, 1, 0 ), new Vector3D( 0, 0, 1 ) ) ) ); addInitializer( new Velocity( new SphereZone( new Vector3D( 0, 0, 0 ), 15, 10 ) ) );
addAction( new Move() ); addAction( new Collide( 1 ) ); addAction( new BoundingBox( -1500, 1500, -1500, 1500, -1500, 1500, 1 ) ); } } }
Do you have any Idea why the other cubies wont join the properties ?
Greetings Frank]]>
A3D3ObjectClass just creates the First Object with the given properties.http://flintparticles.org/forum/comments.php?DiscussionID=563&Focus=1918#Comment_19182012-04-23T20:30:01+01:002012-05-26T06:28:49+01:00progressivityhttp://flintparticles.org/forum/account.php?u=610
Oh you can close this Topic, i switched to away3d 4.x and it worked like a charm.
Greetings Frank
Greetings Frank]]>