overseb
23-04-2009 13:41:20
Hi
is there a way to change the snow color ?
it is grey and I would like it white
thx
is there a way to change the snow color ?
it is grey and I would like it white
thx
overseb
23-04-2009 13:41:20
cdleonard
24-04-2009 01:09:05
// Create bright white snow.
// Ordering is important; the first line would override the second if reversed.
mCaelumSystem->setPresetType(PRECTYPE_SNOW);
mCaelumSystem->getPrecipitationController()->setColour(Ogre::ColourValue(1.5, 1.5, 1.5, 1));
overseb
24-04-2009 08:42:54