Tagged Questions
0
votes
1answer
44 views
Computing uv coordinates on a sphere approximated from an octahedron
Right now I'm texturing the octahedron with the formular from wikipedia(Finding UV on a sphere): UV Coordinates Wikipedia
That unfortunately leads to heavy distortion right at the beginning, which of ...
7
votes
2answers
192 views
Movement on a curved planet surface
I'm looking for a solution for moving a variety of objects over the uneven surface of my planet. The idea is that I will have a number of objects that follow the planetary landscape moving about in ...
1
vote
1answer
641 views
Realistic planetary terrain generation with weights
I need terrain generation for a planet. The planet will be divided up into several hundred hexes, and I need it to be realistic and based on weights. I have dabbled in terrain generation before, but ...