cbaakman / mini-planets

0 stars 0 forks source link

wrapping texture around planet #2

Open cbaakman opened 7 years ago

cbaakman commented 7 years ago

The planet is a sphere, so adding a texture to it can be difficult. We need a way to:

options:

cbaakman commented 7 years ago

The type of mapping to use depends on the texture. For a texture consisting mainly of dots (like grass or flowers), the weighted texture coordinate approach works fine. However, not for patterned or striped textures, like farmland for example.