Planet texture, again

Published February 18, 2005
Advertisement
Not much time today, so i'll be short. You can view a full 2048x2048 planet texture generated with my algorithm here. By the way, if you are wondering why the corners seem "distorted", that's because it's a single face of a cube that is going to be applied to a sphere, so the deformation is taken into account when generating the texture.
Previous Entry Performance problems..
Next Entry New config arrived
0 likes 6 comments

Comments

Rob Loach
It'll look awesome.
February 18, 2005 07:59 AM
H_o_p_s
Thats looking very nice, well done
February 18, 2005 02:32 PM
Snaily
How long does it take to generate?
February 18, 2005 04:15 PM
Dirge
It doesn't appear to tile. I assume thats planned?

Nice job though, I'm impressed.
February 20, 2005 04:27 AM
Ysaneya
It takes 135 seconds to generate the six textures (so about 22 seconds per view), running at 20% of a 2 Ghz CPU.

It does not tile, but that's normal, it's applied onto a cube. I could show the other 5 textures and you'd see that their seams all match perfectly.
February 20, 2005 11:30 AM
zedzeek
that seems quite slow to generate, whats taking the time the perlin noise?, the texture generation dependant on terrain factors? etc
did u try the new perlin noise its quicker for 3d noise
theres a nice implementation in the glsl forums at www.opengl.org
(not that im advocating perlin noise for terrains though it looks crap :) )
March 04, 2005 04:04 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement