Starsphere from scratch
-
I’ve been missing with these lately and can’t seem to get them to work as well. In ms3d, I’ve reversed vertex order, to get them inside the box:
http://i113.photobucket.com/albums/n240/Alucard1_01/ms3dreverse.png
Now in Hardcmp and utf editor I see them:
http://i113.photobucket.com/albums/n240/Alucard1_01/utf2.png
Here’s the tree in utf (I removed the hardpoint)
http://i113.photobucket.com/albums/n240/Alucard1_01/utf1.png
Any ideas?
-
cata123 wrote:
Use NebulaTwo instead of Nebula material type .NebulaTwo ?? Wow, what does that do? A Nebula with a texture visible from both sides?
Btw is there a list of known / usable material types? I wanna make a planet and use two-sided textures, and it was something like DcDtTwo, but I forgot the actual code (it was years ago). And besides, knowing all possibilities would be good thing!
-
Here’s a list of all texture types courtesy of lancer solurus.
http://digitalbrilliance.com/modules.php?name=Forums&file=viewtopic&t=268
-
Timmy51m wrote:
Here’s a list of all texture types courtesy of lancer solurus.http://digitalbrilliance.com/modules.php?name=Forums&file=viewtopic&t=268
Many thanks to you and to LS
-
Here’s to you guys for helping, enjoy:
http://i113.photobucket.com/albums/n240/Alucard1_01/screen2-4.png
http://i113.photobucket.com/albums/n240/Alucard1_01/screen3-2.png
-
Quick question, since I’m using a box shape, the edges are able to be seen. Is there a way to fix that? (the edges of the box) Here’s what I mean:
http://i113.photobucket.com/albums/n240/Alucard1_01/screen6-2.png
-
Yea i had many headackes with the border texture on a starcube .
You have to edit the UV coordinates to increase or decrease a little the values (for example you make the textures with uv = 0.009000 and 0.000100 at start and end - sorry i can`t explain better).
I recommend to export your skybox cube model with milkshape 3D ascii and edit manually yorself.
All the trouble is because the textures are interpolating at edge and by their sum it results the white border. -
well maybe you understand from the image :
See in first image the textures are interpolating at edge creating the black stripe.
In the cubemap the texture is mapped exactly at is the mapping square .
Second image is the cubemap edge “fixed”. You see the textures are a little shorter so they don`t come one on another .
The texture is mapped smaller than the mapping square .
Hope this time is clear .