| | |
Looking for advice on creating a Virtual Map
![]() |
•
•
Join Date: Nov 2004
Posts: 2
Reputation:
Solved Threads: 0
Hi,
Firstly, thanks for letting me join. Hopefully you guys can help me and vice versa.
I've just started a project creating a virtual map. This map will allow uses to walk around a town using digital photographs.
I was just looking for some advice as I cant decide whether to use a tree data structure or maybe a graph data structure to be able to traverse the photos. Users will need to be able to turn left right or turn 180 degrees. No one traversal will be the same. The photos will be stored in a database so they will need to be linked.
I'm not looking for any coding help, just some advice from someone who maybe has already done something like this.
Thanks in advance,
Richard
"Stay cool, stay in school!"
Firstly, thanks for letting me join. Hopefully you guys can help me and vice versa.
I've just started a project creating a virtual map. This map will allow uses to walk around a town using digital photographs.
I was just looking for some advice as I cant decide whether to use a tree data structure or maybe a graph data structure to be able to traverse the photos. Users will need to be able to turn left right or turn 180 degrees. No one traversal will be the same. The photos will be stored in a database so they will need to be linked.
I'm not looking for any coding help, just some advice from someone who maybe has already done something like this.
Thanks in advance,
Richard
"Stay cool, stay in school!"
•
•
Join Date: Mar 2004
Posts: 763
Reputation:
Solved Threads: 38
a tree is something I wouldn't have considered, but it sounds like a very good way of doing it. Each map would be a node containing 2 child nodes(left and right). The 180degree turn, or backwards, would just be the node's parent. It sounds like a logical and easy way to set up the map. I don't know how your map data is stored, so I can't really offer any insight on how to actually load that stuff into the tree.
![]() |
Similar Threads
- creating virtual directory (Windows Servers and IIS)
- I need a simple tile based map editor, that will output to a text file. (Game Development)
- Virtual 360 tour (IT Professionals' Lounge)
- creating an advanced php search (PHP)
- creating the XML data file from Word (RSS, Web Services and SOAP)
- Looking for advice on creating and growing a blog (Growing an Online Community)
- A function which will transfer the data from a file to STL( vector or map) object. (C++)
- Graphics In Pixel: Part II B (C)
Other Threads in the Java Forum
- Previous Thread: importing graphs onto GUI frame
- Next Thread: Tapemaking program
| Thread Tools | Search this Thread |
6 @param actuate android api applet application arc array arrays automation balls binary bluetooth bold business byte c++ chat class client code codesnippet collections compare component coordinates database defaultmethod detection doctype dragging ebook eclipse educational error file fractal froglogic game givemetehcodez graphics gui guitesting helpwithhomework hql html ide ideas image ingres input integer internet intersect invokingapacheantprogrammatically j2me java javaexcel javaprojects jni jpanel jtextarea julia linux list map method methods mobile mysql netbeans newbie nextline parameter php pong problem program programming project recursion recursive scanner sell server set sms sort sql string sun swing swt terminal threads tree web websites windows





