[almost resolved] Planet modding
-
Hi,
I just started working on my planets.
With this great tutorial and this one, I am now capable of creating a new cmp planet model (the first thing I make in milkshape ^^), scale it to the size I want, apply my high def texture to it, and finally add glowmap to the mat. Everything is very nice, I’m more than happy about this part :
Except are missing the atmosphere effect and the clouds layer.
So with the help of this tutorial, I’m trying to add the atmosphere layer. Problem is : the model provided with the tutorial has far too low poly counts for my enormous planet. It is working, but it is very angular and ugly.
So, I tried the whole evening to reproduce the tutorial model but with a lot more polys (99*99, scale 100000 for the surface layer), and I go nowhere. The best I can achieve is this :
The ‘tube’ you see in the middle seems to be the atmosphere layer, the surface layer is completly cut… Not so good, isn’t it ? ^^I say again, I’m a total noob with modeling / texturing. All I can do well is creating glowmaps xD
So, is there anyone with enough will and time to reproduce the tutorial model for me, but with 99*99 polys for surface and atmosphere layers ?
Or at least, could someone please explain how I could do it myself ?Thanks
EDIT
Ok, I tried to take another route to do it, and I think I noticed something weird.
I’m trying to make a cloud layer using a second model, a little bigger than the ‘surface’ model, and using the alpha channel technique of the second tutorial.
I can render the ‘clouds model’ fine, but only if I remove the surface model from the map. I tried to make 2 differents ‘planets’ for the test, not at the same position, but the clouds one doesn’t seem to render if the surface one is present. I can select it, so the sur is ok. As soon as I remove the surface planet, the clouds one appears where it is supposed to be, with the right transparency.
I cannot use transparency and glowmapping at the same time, or something like that ? I repeat, i’m totally noob to this
-
Ok, after re-doing everything from the start, the second method is now working : 2 different models, one for surface+glowmap, the second 10% larger for the atmosphere (but without a sur, not needed).
Here is the result, with the original tutorial glass texture :
Not so bad, but needs some tweaking.I think my problem was due to working blind inside milkshape without experience with it, my models being too large for the software (isn’t there a workaround about this ?)
I still don’t know why I wasn’t able to render the 2 models on the same time yesterday… Now the exact same technique is working… Go figure !
EDIT :
one step further… need to work on the alpha channel to reduce the aliasing effect.
Next one will be with a 3rd model for the atmosphere layer…(edit for a new screenshot, in HD res, I wanted to see the previous result on a good pc :p)
-
Texture has to be square dude. Resize it to 1024 x 1024.
-
if you’re exporting them in CMP format, then you should try using the 3ds exporter and use vertex painting to apply the alpha channel to the clouds, then you might be able to use the glow maps. Dunno if it will work but it’s just a suggestion.
-
@Alucard : I don’t seem to have this problem. Maybe it is because I’m using TGA rectangular textures, with sphere mapping option (as opposed to default mapping like it seems in the tutorial)
Edit : just checked again, I don’t think I have the problem you described. My textures are made with gimp, tga no compression, no alpha channel on the surface, scaled down to 4096x2048, mirrored vertically and horizontally, sphere mode in ms3d.@Timmy : I’m using TGA 4096*2048 textures because after testing with dds (square) and tga, tga finally looks better (50% superior resolution, and my mercator texture is less ‘stetched’ on the poles with rectangular tga). On a side note, I don’t have a problem with tga textures filesizes, as my mod is not meant to become largely public.
@Silent : Thanks for the advice, this one was the first working version, I plan to make tests with other settings on the clouds. Using different models for the different layers allows me to apply different effect on each layer, it was the point.
I would like to also make the surface a little more reflective and the clouds diffuse the light of the cities glowmap behind it.
I will try with 3ds.
About this, what is the difference between cmp and 3ds ? I note cmp are often being used in models and 3ds are being used for icons and small solars, but why ?Edit : btw, I’m using these nasa maps for my textures. Maybe it will be useful for someone.
Edit #2 : a wild idea… Is it possible to use bumpmaps in FL ? And if yes, is it possible to use bumpmap + glowmap on the same model ? I just found a very good earth bumpmap…
Edit #3 : using my technique I notice something strange : I applied different spinning speeds to the different layers, but the surface is the only one which keeps spinning after a while. I already changed the spinning offsets, and it resolved my ‘single model planet’ spin issue (stopped after a few seconds).