Posted: Tue May 09, 2006 2:06 am
Hmmm ... yeah i actually would use the 3D Engine for something liek this also, handling such polygonamounts via Octreebased algorythm is no problem.. and the zooming part wouldn't be either ( Plus 3d with eg. Billboarding would make up for some neat possible effects later on too =P ).
However for that you still need to think about a Serious Datamanagement to not overkill the whole thing maybe even segment it and then creat ethe scene by datasegment...otherwise you will sooner or later run into Memoryproblems just because of the sheer amount of Data.. The otehr idea would be to use some sort of SQL Database Server to store the Data and then create a scene on a client machine out of it.
Greets, Thalius
However for that you still need to think about a Serious Datamanagement to not overkill the whole thing maybe even segment it and then creat ethe scene by datasegment...otherwise you will sooner or later run into Memoryproblems just because of the sheer amount of Data.. The otehr idea would be to use some sort of SQL Database Server to store the Data and then create a scene on a client machine out of it.
Greets, Thalius