Hi there,
I’m interested in creating a 3D terrain application, as the start of some work on a MMORPG. However all the examples I’ve seen on the net so far don’t allow 2 players to stand above each other, i.e. same longitude and latitude but different alititue.
Does anyone have any thoughts on how this could be implemented to give my terrain application a realistic 3D look. I’m not really keen on using a 3D array of points, since that will only have a finite number of positions, I’d like something a bit better than that.
If it makes any difference to the solution I’d like to use gl4java as my implementation rather than Java3D.
Thanks for any help you can give,
Andy.