@Roswell: Your a newbie and you joined in 2002
?
Quote: "maybe you can sue "
lol, took me a minute to realize what you meant, that you meant
use .
@3Ton: I'm going to tell the same thing I tell everyone who asks a question like that (maybe there should be a sticky for questions like this and the "can DBP" questions
). There's more than one way to program something. It's like speaking. There's more than one way to say something, and the more complicated the sentence, the more ways there is to say it, just as in programming the more complicated the task, the more ways are to complete it. Your question is very general:
Quote: "how to make realistic space in 3d???
background, several planet, star and ship (first player view) "
Well, what do you consider "realistic"? Are you asking us to code it for you? What your asking there is about 10 questions in one. How to make a background, what to do for a planet, how to make more planets, adding a star, having a ship, having a first person view. You need to be more specific. As a programmer you have to think for yourself, not let others do the thinking for you. So, lets take this one by one:
Quote: "how to make realistic space in 3d???"
Thats a general question, thats really unanswerable, it just depends on what you want specifically. What do you consider realistic. Do you want to include plains in 3D? What kind of poly count are we looking for? What is this for in the first place?
Quote: "background,"
There are several ways to do this, you could have a skybox that looks like space, you could have a textured plain facing you to look like space, if you wanted a more "spherical" look you could have a sky sphere.
Quote: "several planet,"
What do you want on these planets? How detailed do you want them? Do you want to be able to go to each one? this is to general to answer. You could model a planet outside the program, you could texture a DBP primitive, you oculd make a plain facing the player at all times to look 3D. What kind of planets? Where in space? Can you travel to them?
Quote: "star and ship (first player view) "
You want a star? 2D or 3D? As a background or where you can travel to it? How detailed? The ship is also to general, its almost like your asking for the code how to do it. What don't you get about it? What can't you figure out how to do?
Sorry if I sounded harsh, but I'm just trying to show you what you need to think about before asking a question. Welcome to the forums
.