The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
10 views

what kind of effects were used for that visual particle swirl effect?

one of my client asks me such effect for his interactive presentation : http://vimeo.com/36466564 Can someone give me some tips about what kind of effects (particles, swirl, displacements) were ...
0
votes
0answers
18 views

FCOLLADA particle emitter and force functionality? [closed]

I have been researching FCOLLADA particle systems recently and found that there is very little user feedback on the internet (unless it has somehow eluded me), which brings me here! So my question is ...
0
votes
0answers
27 views

Cocos2d particle system custom colors

I am using xcode and cocos2d 2.x for iphone. I have a particle system. Can I make emitter to emit particles only colors i need? startColor endColor and color variables is not that i need
0
votes
0answers
19 views

Make particles spawn from specific area/position and fade out in the end

Imagine a chimney and smoke spawning from that chimney. This is basically what im trying to emulate with my FIDDLE code here. My issue right now is that I want my smoke clouds to spawn from the ...
0
votes
0answers
12 views

XNA Particles with DPSF Content manager null

I'm trying to use DPSF to render particles in my xna game, but I can't get it to initialize correctly. I am SURE that my content manager is initialized properly when I pass it in to the ...
0
votes
0answers
50 views

Implemeting SPH (Smoothed particle hydrodynamics) with physics engine in 2D

Im quite newbie in this topic. Even after reading many docs, wiki pages and atricles, I still don't understand some things. I get the general idea, but not the implementation details. What forces ...
0
votes
0answers
39 views

Passing image object into function

Im playing around with a particle emitter (all creds: scurker.com) Fiddle here: http://jsfiddle.net/4REVD/ Im trying to create my own image object that can be used with the framework. Im supposed to ...
1
vote
1answer
56 views

Cocos2d particle system positioning

I'm trying to make a rain effect. I used Particle Designer to create the effect. However in Cocos2d I need the rain to fall everywhere along the x axis, from the top of the screen, no matter how wide ...
0
votes
0answers
51 views

Simulation with different particle sizes

I'm currently simulating a particle system. I have successfully modified the "n-body particles" sample from NVIDIA to get particles to behave they way I wanted, for one type of particle. The thing is ...
0
votes
0answers
159 views

Use of Point Sprites in Android OpenGL ES 2.0

I've seen a few discussions regarding 'Point Sprites vs Textured Quad Sprites' and the like. However, one thing confuses me, if I understand correctly, aren't the size of point sprites limited (By a ...
0
votes
0answers
31 views

Particles in XNA (2D)

Okay.. so.. I am making a simulation for a steam engine (not the big thing, just how it works). I got all the movements working, they are all dependant on the piston and speed. ...
0
votes
0answers
569 views

HTML5 Canvas - Making an animated background with falling gold flakes

I'm working on a website which calls for an animated background. I am trying to imitate falling gold flakes. Initially we tried using an animated gif, but it's way too heavy and sluggish. This is my ...
0
votes
1answer
78 views

CAEmitterLayer not visible in my View Controller

I'm trying to add a simple particle effect overlay to one of my UIViewController instances. I've followed a couple of tutorials I found, but neither of them deal with view controllers and their ...
1
vote
1answer
103 views

Getting NullPointerException when try to load files for Particle Effect in LIBGDX

Getting NullPointerException when try to load files for Particle Effect. particleEffect = new ParticleEffect(); particleEffect.load(Gdx.files.internal("hdpi/particles/progressbar"), ...
0
votes
1answer
98 views

ActionScript3 particle engine library that has lots of sample or submitted particles?

I'd like to use some AS3 particle library for my Air for iOS game(2d, gpu mode). But I'm lazy to create particles by myself and would like a library that comes with many pre built particles or one ...
2
votes
0answers
136 views

Cigarette smoke animation [closed]

I would like to do an animation of cigarette smoke, preferrably using UIKit (and not, say, Cocos). I have worked with CAEmitterLayer before and gotten good results for various smoke and fog effects. ...
4
votes
2answers
587 views

Efficient particle system in javascript? (WebGL)

I'm trying to write a program that does some basic gravity physics simulations on particles. I initially wrote the program using the standard Javascript graphics (with a 2d context), and I could get ...
2
votes
1answer
109 views

javascript draw particles

How can I draw around 50000 particles in a browser and then just stop, I know how to create unending animations of particles, but how can I create one that once its done drawing the particles it just ...
0
votes
1answer
122 views

cocos2dx “ParticleSystem” incorrect effect when moving?

I use "CCParticleSystemQuad" to create a particle and add it to a sprite. When I use "CCMove" to move the sprite, the particle effect changes. It does not move. Who can help me?
0
votes
2answers
104 views

Particles “run away” from mouse

Im creating a simple particle experiment on canvas. Now i want them to "run away" from mouse coursor over canvas. detecting the distance from the mouse is not a problem, but how to code their ...
0
votes
0answers
62 views

How to zoom in particle effect in XNA 4.0?

I have a sample code for particle explosion here . I tried to move the camera away and zoom explosion 10 times. This is my code. In my code I changed following: In class ExplosionParticleSystem.cs. ...
0
votes
1answer
99 views

How to create a series of jquery/js animations?

I'm a bit of a noob with js but have messed around with http://scurker.com/blog/2010/06/particle-generator-using-html5s-canvas and came up with <head> <script type="text/javascript" ...
3
votes
1answer
237 views

performance - drawing many 2d circles in opengl

I am trying to draw large numbers of 2d circles for my 2d games in opengl. They are all the same size and have the same texture. Many of the sprites overlap. What would be the fastest way to do this? ...
1
vote
2answers
160 views

Pygame particle effects

So I have this mini particle effect that produces circles that move up. I want to make it look like smoke. I'm having a lot of problems though. First off I want to make it recursive so that when ...
2
votes
2answers
88 views

pygame - particle effects

I'm making a 2-d game using Pygame. I want to add particle effects into the game I'm working on. I want to do things like spawn smoke, fire, blood, etc. I'm curious is there an easy way to do this? I ...
0
votes
2answers
78 views

Mysterious NaN in console.log. Attempting a short physics experiment

So I have pinpointed what I believe to be the problem here. Though, I am having a hard time understanding why exactly the console.log(particles[index].x); call outputs "NaN". It should be a number. ...
2
votes
1answer
145 views

FPS drops down on iPhone 4 and 3GS

I have a problem with fps while using particles. In game I have coins which uses particles. I have tested my application on iPhone 3gs, 4, 4s, 5 and on iPad 3. FPS goes down to 30-35 on 3GS and iPhone ...
0
votes
1answer
46 views

best method of turning millions of x,y,z positions of particles into visualisation

I'm interested in different algorithms people use to visualise millions of particles in a box. I know you can use Cloud-In-Cell, adaptive mesh, Kernel smoothing, nearest grid point methods etc to ...
0
votes
1answer
167 views

three.js sparks.js

everytime I try to make a render with sparks.js and Three.js, i get the same error : Uncaught TypeError: Property '_easing' of object [object Object] is not a function sparks.js:304 Could you ...
3
votes
1answer
321 views

MATLAB: Using ode45 in a for loop using dynamic variables for particle movement and interaction

Hi I am writing a small program that can create many different particles using a for loop in the x-plane that move up in the y-direction with various forces. The particles interact with each other ...
0
votes
0answers
213 views

Ground explosion effect using particle system

I'm trying to make a "ground explosion effect" -- imagine when some one shot the gun at the ground and a lot of dusts will rise. Actually the I have a sprite sheet of this effect that is made with ...
0
votes
1answer
180 views

Matplotlib crude animation, show trace

I am just starting a small particle simulator I wish to expand to solve some physics problems but I have a problem trying to animate them. Essentially depending on what kind of random distribution you ...
1
vote
0answers
340 views

Particle System (GLSL): storing in VBO or texture [closed]

What is the preferred way to store and update particle properties when using OpenGL/GLSL? Preferred - for performance and by OpenGL concepts? Create VBOs and send to GPU as vertex attributes: ...
2
votes
1answer
271 views

How to optimize particle emitter render FPS (in openGL) on iOS devices?

I have tried these: Make the particle image smaller, now using a 8x8 one. I just don't know how to make it even further smaller because I need a fading circle. 4x4 is too small Lower the particle ...
-1
votes
2answers
114 views

How do I check an array against itself in java [closed]

I am trying to create a basic falling sand game in java, I have each particle store it's X and Y in a Point array. Each Point array is specific to it's element, so sand and water are two different ...
1
vote
3answers
2k views

Can Someone Give Me A Simple COcos2d-X Particle Example?

I just want to make a CCParticleExplsion using Cocos2d-x and C++, but can't seem to find it after searching all over. ObjC example: CCParticleSystem *firework = [[CCParticleExplosion alloc] ...
0
votes
0answers
87 views

Does anyone know how to get rid of flickering particles in THREE.js

i have tried the following materials settings: alphaTest: 0.5 transparent: true, Textures sizes only power of 2 (64 or 256) assigning zero values to texture (prior to release 51 ) texture : { type: ...
0
votes
1answer
474 views

Android (AndEngine): Drawing with touch using particles

In my app I'm implementing a draw feature involving particles... basically it needs to work pretty much like Art of Glow (this app here: http://www.youtube.com/watch?v=ZIZpw1VslIk). What I do is ...
0
votes
0answers
33 views

Rectangle Stacking issues

so, i have my code, it all works perfectly but now i want my 'particles' to stack on top of each other. i get that i need to check if there's one particle beneath another and get it to stop falling if ...
0
votes
1answer
182 views

Particle system Array

so I've been working on getting my boxes to save their position in an array all day and finally thought i came up with something (with a lot of help from you guys) and it just isn't working... can ...
1
vote
2answers
131 views

Multiple Rectangle Generation [duplicate]

Possible Duplicate: Drawing multiple pixels/rectangles In my code i wrote a method that creates a rectangle at mouseX, mouseY. but all it does is update the position of that rectangle so it ...
3
votes
1answer
133 views

Emitting particles from point x1,y2 to point x2, y2 in Objective C (iPhone)

I'm currently working on an iphone application where there should be "Electrical power flows" visualised from a plug to a device. I've made this a static line, but it would be way nicer if there was ...
0
votes
0answers
335 views

overflow hidden not working in ios devices using particles

I have a very simple landing page with some animated particles in the background which are small images. Seems to work fine in typical browsers however when on any mobile ios platform (iphone/ipad ...
3
votes
1answer
272 views

Rendering points (particles) with OpenGL 3+

OpenGL 3 Render points: The points are stored within a space partition tree. The tree has points with colour and normal information attributes. The point information and its attributes is stored as ...
0
votes
1answer
90 views

How to solve the number of game frame decreased when we use Particles / Additive texture mapping?

The game engine:unity3D The number of game frame decreased significantly, when we use Particles / Additive texture mapping and the tga format picture with Plane model which has the channel and alpha ...
6
votes
1answer
2k views

good 3D explosion & particles effect using OpenGL (JOGL)?

I've been wanting to write it for some time now... as a project for the university, I've written (with a friend) a game that needed good explosions & particles effects. we've encountered some ...
0
votes
1answer
392 views

Javascript particle animation around a ring

Hi fellow stackoverflowers! I'm building a particle animation in Javascript where I want all the particles to go in the direction to the center of the canvas and form a ring around the text. ...
1
vote
0answers
224 views

Andengine ParticleSystem as Livewallpaper problems

First ill post link here where all is described by another person already http://www.andengine.org/forums/gles2/particle-system-in-live-wallpaper-t8035.html Well the thing is, i set the ...
2
votes
2answers
171 views

Is it possible to make my particles clickable?

I have the following Particle script (as found and edit from teh webs!): http://jsfiddle.net/neuroflux/hSkFX/1/ I was wondering what the easiest way to make each particle "clickable" is? I ...
1
vote
1answer
166 views

iPhone - Particle Designer - Cocos2d - Poor Animation Performance

I have an issue when using particle effects. I have designed a series of animations in Particle Designer. When I run those animations on my iPhone/iPod/iPad, I find it looks very different. The ...

1 2 3 4