I’m planning to release this procedural planet project either today or tomorrow. There’s one final issue I need to get around before I do. I need to find a way to reduce the compute cost of calculating displacement because right now it’s pretty heavy as I’m checking every vertex against every displacement point. I’m trying to choose between delegating the displace task to a background thread or just make the operation more efficient by reducing the number of checks needed.