Tagged Questions

4
votes
2answers
1k views

Rendering fire in OpenGL

I want to render a fire effect in OpenGL based on a particle simulation. I have hundreds of particles which have a position and a temperature (and therefore a color) as well as with all their other ...
2
votes
2answers
207 views

Efficient way to redraw hundreds of particles in flash?

I am just starting to learn flash/actionscript 3 and decided to code up a simple particle simulator. The very initial design simply involves filling the screen with a buncha particles which scatter ...
2
votes
3answers
227 views

SFML.NET particle system

I've written particle systems before and, put simply, it's more effort than it's worth given the size of the projects I want it for. What I'm ideally looking for is a particle system which can be ...
2
votes
7answers
3k views

Projecting a 3d sphere into a 2d circle on the screen

What are some rasterization algorithms that can just project a 3d sphere into a pixel grid? I want to avoid ray casting. Essentially, given a 3d coordinate and a radius, is there a quick way to just ...
1
vote
3answers
150 views

OpenGL lighting small objects?

Hey. I'm having a problem with lighting when dealing with really small particles. I'm doing particle-based fluid simulation and am right now rendering the fluid as really tiny polygonized spheres (by ...
1
vote
3answers
90 views

Algorithm for particles targeting

I'm building a particles systems, one of the features I'd like to add is a "target" feature. What I want to be able to do is set an X,Y target for each particle and make it go there, not in a straight ...
0
votes
0answers
77 views

3d shading effect [closed]

I'd like to know the math behind light effect in krakatoa, (click here for an example). Krakatoa is a plugin for 3ds max (click link above to see example effect it can produce) for manipulating ...
0
votes
1answer
97 views

Cinema 4D Wind one side force

is there a way in Cinema 4D to make wind blow in a direction, but not drag in objects at the other side of the fan? For example, this is what i have now: A --> A | B --> B (A,B moves thru the fan in ...