how can i render lines like those? It's bloom or glow?
i'm trying to these effects on some weapons with that projectile
how can i render lines like those? It's bloom or glow?
i'm trying to these effects on some weapons with that projectile
From brazil (:
Pascal pownz!
What kind of line effect are you looking for? That image is a little too low resolution to make anything useful out and it has many different kinds of lines.
Each line there is a textured quad in my opinion. Glow in objects is rendered on top of them with a blended particle. Part of the grid in first picture may be only GL_LINES. In OpenGL there is command to make anti-aliased lines but it wouldn't cover all that graphics, besides quad may be faster to render than line.
can you give me more details, maybe a sample?, thanksOriginally Posted by User137
From brazil (:
Pascal pownz!
new info found on Grid Wars gfx folder
what is the use for this?, draw the lines i think, but there is a way to draw lines using that pic?
"glow.bmp"
the squares and other shapes it maked on PS and probably draw then with Add Blend Mode ;p
From brazil (:
Pascal pownz!
Originally Posted by Brainer
but he don't say how :|Originally Posted by the guys said
From brazil (:
Pascal pownz!
What seems you are looking for is called "particle system", litle rectangles with textures like in your example glow.bmp and rendered with blended and additive atributes; it is used for a produce a lot different effects like flames, explosions, ray guns shots, snow, etc.Originally Posted by arthurprs
and the lines :? ?
From brazil (:
Pascal pownz!
Bookmarks