[osg-users] Creating a flame of rocket
Robert Osfield
robert.osfield at gmail.com
Mon Sep 26 01:16:20 PDT 2016
Hi Suraj,
For flames I wouldn't use osgParticle these days. Personal I'd
implement it using shaders and perlin noise. In
include/osgUtil/PerlinNoise you'll find a helper class from creating
the image that you can assign to a texture. Also look online for
tutorials on how to use Perlin noise, there are plenty out there and
are fascinating to delver into.
Robert.
More information about the osg-users
mailing list