TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Nokia Maps 3D (WebGL)

271 点作者 jasondavies超过 13 年前

27 条评论

twp超过 13 年前
This is a really impressive demo. Most virtual globes (e.g. Google Earth) separate the terrain, surface image and building data. Normally, these are sent to the client separately and merged in the graphics card: the surface image is texture mapped onto the terrain, and then the building data is drawn separately on top. Special routines are used to draw trees (e.g. billboards).<p>What Nokia have done here is to merge everything - terrain, surface image, buildings and trees - into the same model. They're still using the classic chunked level of detail approach, just with more complex models, which the graphics card handles with ease.<p>This requires more work on the server side to prepare the data, but once it is done it is <i>really</i> fast for the client. The main disadvantage is that the data ends up being very static - you can't move objects around, for example.<p>P.S. I'm currently working on open source WebGL globes like OpenWebGlobe (www.openwebglobe.org) and WebGLEarth (www.webglearth.org). If you're interested in this sort of thing, I recommend reading www.virtualglobebook.com .
评论 #3433439 未加载
评论 #3432886 未加载
评论 #3429059 未加载
nobody_nowhere超过 13 年前
The mapping team at Nokia is by far the best software development team in the organization (maybe with the exception of Trolltech/qt), and it's surviving the MSFT integration. It's (largely) the legacy of the successful acquisition of Gate5 in Berlin -- and somehow the team there was able to resist full assimilation into the Borg. I was talking to a Nokian today who commented that in Nokia, "Berlin is the new Helsinki".
评论 #3429386 未加载
micheljansen超过 13 年前
Smooth as butter! Too bad there is no way to search or get permalinks to specific location-view combinations, but hey, it's a demo :)
评论 #3428678 未加载
roadnottaken超过 13 年前
It looks like only the cities that are labeled have 3D data (buildings etc), but those that do look phenomenal. Even the trees look pretty good!
评论 #3428608 未加载
评论 #3428634 未加载
Zirro超过 13 年前
It didn't even increase the speed of my computers fans from lowest point. And normally, a YouTube-video can be enough to do that. That's impressive.<p>Nokia scores a point with me here, if they keep delivering things like this I may even consider buying one of their phones one day.
adam-a超过 13 年前
Includes anaglyph 3d mode too if you put "nw.setRedBlueStereo(true, 10.0, 10.0)" in your js console.
评论 #3428889 未加载
Niten超过 13 年前
Can anyone fill us in on how they're collecting such accurate 3D detail for all these buildings? I mean are they flying airplanes with 360 degree cameras over the major cities at low altitude, for instance?
评论 #3431557 未加载
评论 #3431591 未加载
评论 #3429320 未加载
unwind超过 13 年前
Fantastic. Is there a way to create a link to a given viewpoint location/direction/zoomlevel? That would make it possible to share views of the world, always nice.<p>When zoomed into an area for which there is 3D building coverage, it feels almost game-like. And I say that from a vantage point of some relevance. :)
评论 #3428668 未加载
smhinsey超过 13 年前
Wow, I am impressed with how responsive that is. I'm on an Air and I generally don't have good experiences with this sort of thing.
评论 #3428942 未加载
bluena超过 13 年前
Who thinks it's better than Google maps?
评论 #3428662 未加载
评论 #3428971 未加载
评论 #3428986 未加载
评论 #3428869 未加载
Gerdus超过 13 年前
very cool. the satellite imagery seems both more detailed and more recent than Google's.
评论 #3428658 未加载
评论 #3428539 未加载
bcowcher超过 13 年前
Can anyone tell how old the maps are that they are using? I looked around but I couldn't find anything.<p>I tried zooming over my workplace in Darwin, AU and the building we work in isn't even there.. (its roughly 5years or so old)<p>I imagine there is probably a mash up of old/new map data in there depending on the population of a given place..
jamesbkel超过 13 年前
Wow. Very impressive. I'm in Boston and was able to pull an almost disturbingly detailed 3d view of my balcony.
评论 #3428988 未加载
headShrinker超过 13 年前
Amazing how well the software renders thousands of objects. On close inspection, I find the post-apocalyptic aesthetic of the rendering geometry very appealing. <a href="http://i.imgur.com/dNYer.jpg" rel="nofollow">http://i.imgur.com/dNYer.jpg</a>
kordless超过 13 年前
Here's the APIs for the older version: <a href="http://api.maps.nokia.com/" rel="nofollow">http://api.maps.nokia.com/</a>. Hopefully they'll be doing some documentation on using the new WebGL based API!
rospaya超过 13 年前
Nokia (Ovi) Maps was always the best built in GPS solution for smartphones.
potyl超过 13 年前
It's really nice! I hope that Nokia releases this eventually.
评论 #3428665 未加载
feralchimp超过 13 年前
On Safari: This requires latest Chrome or Firefox.<p>On latest Chrome: There was a WebGL compatibility problem. Please check system settings.<p>Yay standards?
评论 #3428945 未加载
评论 #3429169 未加载
评论 #3428887 未加载
评论 #3429873 未加载
评论 #3429366 未加载
acgourley超过 13 年前
I've been wanting an API key to nokia's 3D maps for a while. There are a lot of gaming possibilities there.
suyash超过 13 年前
Isn't the WebGL stuff done by Navteq, that's who the copyright says.
评论 #3430240 未加载
digitalnalogika超过 13 年前
Does anyone else have all text on globe upside-down?
评论 #3429096 未加载
bthomas超过 13 年前
Is there a writeup anywhere on how this is done?
nielsbot超过 13 年前
downtown Chicago is lots of fun
tomelders超过 13 年前
yeah, that's pretty cool.
FredBrach超过 13 年前
I wonder how do they get the building facade textures/polys... It seems they have not only vertical satelite shots but also inclined ones.
FredBrach超过 13 年前
Not bug free: <a href="http://fredbrach.posterous.com/pas-de-sujet" rel="nofollow">http://fredbrach.posterous.com/pas-de-sujet</a> This is the limit between the 3D data and the flat ones.
评论 #3428618 未加载
cpa超过 13 年前
No scale? Not a map.