Click here to Skip to main content
15,886,788 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi i want create a 3d graphic for submarine but i don't any thing.
Submarine must be generated from the 20 district and in each district there are a number of sensors.
Each sensor has a coordinate.
I must display the sensor in Coordinates and Area belongs to the sensor.

I need immediate assistance,please help me.
Posted
Updated 13-Oct-14 23:22pm
v2
Comments
Nelek 14-Oct-14 5:20am    
With what? You have made no question at all, only a brief description of your requirements for something that might be too wide to be answered here
Member 11046620 14-Oct-14 5:37am    
dear friend,I do not want code.My mind is closed on this issue
I need help to start coding.I just want to briefly explain Where to start.
Nelek 14-Oct-14 6:01am    
I have updated my message below with some links. Start reading and become familiar with the procedures, then think about your requirements and start coding. When you get stuck, feel free to come back and ask. But please read the links I gave you in the first part of the solution and use the information in them. Those links will help you to improve the way you ask, the better you ask, the easier will be that you get the needed help

1 solution

This is not how CP usually works. Most important goal here is to learn and help learning.
You are supposed to try it on your own, and come here when you got stuck with something, with a concrete question about your code, design, etc.
Please have a look to What have you tried?[^] and How to ask a question?[^]
to see a good explanation about what I mean. Those links will help you to improve the quality of your question and hence the probability to get the answer you are looking for

Don't forget people here don't get payed. And besides, if we give you a ready-to-go solution, it is not going to help you because you are not going to learn anything from it.

On the other hand... a possible approach would be:
Step 1) Do a little research. Google is a good start point
Step 2) Start coding
Step 3) Compile and use the debug to solve little issues
Step 4) When you get a problem you don't know how to solve but at least you tried it, then come back and ask for something concrete with a snippet of the code giving problems

Sorry if this is not the answer you were looking for. But your question is a bit too wide to be answered at the "Quick" Answers. It is better and you get faster help if you make 10 concrete questions about concrete problems, than a big question about a "how-to guide"


P.S. Written as solution to avoid this "question" to be in the unanswered list. If it gets improved, please drop a comment and I will edit or delete this message

addition after comment above
Here you have your start point:

http://msdn.microsoft.com/en-us/library/ms747437(v=vs.110).aspx[^]
http://msdn.microsoft.com/en-us/library/windows/apps/hh465137.aspx[^]
http://stackoverflow.com/questions/14987727/3d-graphics-library-for-net[^]
http://www.developer.com/net/csharp/article.php/3582636/Creating-an-Interactive-3D-world-with-C-and-DirectX.htm[^]

http://msdn.microsoft.com/en-us/library/bb197293(v=xnagamestudio.31).aspx[^]
http://blogs.msdn.com/b/davrous/archive/2013/06/13/tutorial-series-learning-how-to-write-a-3d-soft-engine-from-scratch-in-c-typescript-or-javascript.aspx[^]
 
Share this answer
 
v3
Comments
BillWoodruff 19-Nov-14 4:09am    
+5 Well written, and I can see you put a lot of work into this. I do think, however, that it's not a good idea to post a solution in order to remove something from the unanswered queue.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900