kaadmy / pixture

A Minetest subgame geared towards minimalist survival
http://www.minetest.net
Other
33 stars 7 forks source link

Rain looks awkward on floor #30

Closed Wuzzy2 closed 8 years ago

Wuzzy2 commented 8 years ago

When it rains, the rain drops look pretty awkward when they hit the floor. Those look like little blue spikes projecting out of the floor because the do not instantly or quickly disappear after impact.

Tested in: f01a005

kaadmy commented 8 years ago

Minetest's engine has no way of removing particles when they hit something, I can't do anything about this one.

Wuzzy2 commented 8 years ago

Shoot! I will make an issue for Minetest then.

Wuzzy2 commented 8 years ago

Oh. I just discovered that in May a PR was merged which adds the feature you need:

https://github.com/minetest/minetest/pull/3888

From the new lua_api.txt:

collision_removal = false,
-- ^ collision_removal: if true then particle is removed when it collides,
-- ^ requires collisiondetection = true to have any effect
kaadmy commented 8 years ago

Oh, that's nice.