particles
OpenGL ES 2.0 -- Best route for simple particle systems
I am attempting to create a very simplistic particle system for an Android application using OpenGL ES 2.0.Basically it is just for linear moving clouds in the background.My first thought before start[详细]
2023-04-03 04:29 分类:问答XNA Particle system performance
I have a particle system using basic spritebatch, where the particles are being created and destroyed based on decremental alpha value till 0.[详细]
2023-03-29 23:15 分类:问答cocos2d starting particles from a specific time in the future
I am developing a cocos2d based app with a space background in which I am exploiting a CCQuadParticleSystem to make blinking stars. I have generated this particle system with ParticleDesigner. As soon[详细]
2023-03-18 18:21 分类:问答Collision detection with particles in Cocos2d
I am using CCParticleSystemQuad to create a particle effect. Now I would like to test for collisions with a CGRect from my Cocos2d scene. I listed another subject similar to this one and got a little[详细]
2023-03-16 13:40 分类:问答How to get particle position in Cocos2d (iphone)
I am using CCParticleSystemQuad to create a particle effect in Cocos2d. Now I would like to test each particle for collisions with a CCRect.[详细]
2023-03-16 06:14 分类:问答How to change the particle angle in Cocos2D
Now I met a new question. How to modify every particle\'s angle to make it toward the center. Just like the images:[详细]
2023-03-15 20:16 分类:问答More Efficient Method of Drawing Thousands of Particles (Java/Android)
So I\'m writing a sort of particle simulator, like a \"falling sand game\" if you know what that is, and I\'ve kind of hit a r开发者_运维百科oadblock now. The way I\'m doing this is I have a particle[详细]
2023-03-13 01:04 分类:问答lua - table maintenance (particle system related)
The update() function below gets called on every frame of a game. If the Drop particle has y value greater than 160 I want to remove it from the table. The problem is that I get \"attempt to compare n[详细]
2023-03-10 01:15 分类:问答Import particle from cocos 2d project to non-cocos2d project
I have created particle in cosos 2d and I want to import my particle into my real project (non cocos2) project, How ca开发者_JAVA技巧n I do this?I don\'t think it\'s possible because of the following:[详细]
2023-03-02 02:57 分类:问答OpenGL lighting small objects?
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 rea[详细]
2023-03-01 02:19 分类:问答