Page 1 of 1
Sparkling Snow ?
Posted: Mon Jan 29, 2018 10:58 pm
by Lorul1
I want to make some of the snow sparkle in the sun when looked at on a different angle like in EA's battlefront 2 , Possible or no ???
Re: Sparkling Snow ?
Posted: Mon Jan 29, 2018 11:23 pm
by Marth8880
Not for terrain surfaces, no. Absolutely can with normal mesh surfaces, though.
Re: Sparkling Snow ?
Posted: Tue Jan 30, 2018 12:11 am
by Lorul1
ahhh okay then , I guess a solution would be to make very very tiny meshs - basically a particle, then make it glossy ? Although I would need thousands of those and I don' think that would work .
Thanks for the answer though.
Re: Sparkling Snow ?
Posted: Tue Jan 30, 2018 12:37 am
by AQT
Why would you make them tiny? Is this for snow falling from the sky or snow already on the ground? If on the ground, just the make the mesh(es) as big as it needs to be to cover the snowy areas of your terrain. And then to create the shiny gradient/sparkly effect, you would do that through the specular map texture (which most people seem to neglect for some reason).
Re: Sparkling Snow ?
Posted: Tue Jan 30, 2018 1:46 am
by Lorul1
AQT wrote:, just the make the mesh(es) as big as it needs to be to cover the snowy areas of your terrain.
This is a good idea but sadly It's a hoth map so all the area would have to be covered ... Im not sure how I would go about making a mesh that covers my entire terrain ... is it possible to import my terrain into softimage ???
I was saying tiny particles because then I could cover the ground with them.
Re: Sparkling Snow ?
Posted: Tue Jan 30, 2018 1:10 pm
by Harrisonfog
Use a prop with the same texture as the floor, and then what Marth8880 said. You can place them in specific places I think it'd look cooler than the entire floor with that fx.
Re: Sparkling Snow ?
Posted: Wed Jan 31, 2018 12:47 am
by AQT
Here's some footage of Europa from MEU using modeled terrain with normal and specular map enabled:
https://youtu.be/ByB4xup6i8Y?t=2071
Yes, this terrain was created in ZE, and imported/exported through XSI as a MSH file. And again, the icy/snow effect was done through the specular map texture (i.e. the black and white texture that goes in the alpha layer of both your diffuse and normal .tga files). Otherwise, the terrain would just have a flat shine to it.
Re: Sparkling Snow ?
Posted: Wed Jan 31, 2018 4:11 am
by Lorul1
Very interesting ! Thanks for the info