Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am new to opengl and I have to make rain in opengl. Is it like that i have to use random number function with the LINES function? Or how to go around it?
Posted

Draw rain with a particle system in screen space - there are tutorials about that so you can find it with youtube and google. Whether your particles are lines or very sophisticated textured sprites is up to you and your resources. In case of heavy rain a very nice trick is drawing the drops (the particles) and then applying fog on your 3D scene behind the drops because heavy rain looks like a bit "noisy" fog.
 
Share this answer
 
v3
This is not a C++ question.

But this link might help.

Rain in OpenGL[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900