COLLADA Contest Winners From Siggraph 2009 31
An anonymous reader writes "COLLADA — the group creating open 3D data standards — announced their latest contest winners at Siggraph 2009. Ordinarily this wouldn't interest me, but the grand prize winner, NaviCAD, really did submit something rather interesting — an iPhone app that lets you explore Google 3D Warehouse models. Of course there's the pinching for zooming in/out, but it also uses the motion sensor to control the view. If you are walking around the inside or outside of a building, as you look around in the real world the view on the iPhone displays the corresponding view."
Re: (Score:2, Insightful)
Just as with the "Augmented reality" story the other day this sort of thing is available on Android too, and was before it was available with the iPhone, but Slashdot is so horrifically full of Apple zealots it's apparently only news when the iPhone does it.
That's also the reason this post will almost certainly get modded down, but at least this should answer you question. If you want to know what cool apps are going to be coming out for the iPhone, pay attention to the cool apps that are already out for An
Re: (Score:2)
I think the reason is that the iPhone includes a big touch screen, a GPS radio and a compass so is particularly well suited to AR applications. There is also only 1 model and it's userbase is growing everyday so it's particularly tempting to target when developing applications.
Re: (Score:2)
There have been several Iphone models.
Most phones have experienced a growing userbase. All it needs is that the sales rate is higher than the phone-dying rate...
Re: (Score:2)
If you want to know what cool apps are going to be coming out for the iPhone, pay attention to the cool apps that are already out for Android and iPhone developers will soon copy them and pass them off as their new iPhone exclusive inventions.
Disclaimer: I'm one of the developers of NaviCAD.
Okay, I'll bite. We actually started this project almost a year ago. We had no intention of claiming the functionality as one of our "new iPhone exclusive inventions," but decided that we'd work on it in our spare time because:
1. we had iPhones
2. we liked the Google 3D Warehouse
3. we thought that showcasing the technology would generate practical apps
4. we had iPhones
Re: (Score:1)
Re: (Score:2)
I find that reading Slashdot is a great way to keep up to date with developments in the mobile market, of about one to five years ago.
(The funniest one we had was that "Read a website ... On Your Iphone" a few months ago.)
Boring. (Score:5, Insightful)
Ordinarily this wouldn't interest me, but the grand prize winner, NaviCAD, really did submit something rather interesting â" an iPhone app
WTF? This has to be the least interesting thing related to Siggraph ever. I'm sure they did a good job designing it for the platform, but it's just a fucking model viewer.
Re: (Score:3, Interesting)
I totally agree.
Not possessing an iPhone, I don't see the point of such an application (I have seen tons of 3D viewers on so much platforms).
BTW, their application is not free (sold on AppStore), and they'll probably license it to Apple.
The second prize seems a lot more impressive: http://3d.athens-agora.gr/index_en.html [athens-agora.gr]
Shouldn't these prizes reward people that don't write commercial applications ?
Re: (Score:1)
WTF? This has to be the least interesting thing related to Siggraph ever. I'm sure they did a good job designing it for the platform, but it's just a fucking model viewer.
iPhone is the coolest thing these days. This year almost every technical paper at SIGGRAPH had an iPhone application to show an inplementation of the idea.
Re:Boring. (Score:5, Informative)
Disclaimer: I'm one of the developers of this app.
I tried to submit a story on our app to /. pointing out some of the technical challenges on developing a complex-model 3D app on the iPhone thinking that this angle would be appreciated by the /. crowd, but it wasn't accepted. When I saw this submission come out, I have no doubt that comments would be critical with respect to the contest.
The main challenges included the fixed memory footprint and the relatively slow processor (all of us iPhone developers dream of performance equal to that of the simulator). Perhaps we will try and submit a technical article to the likes of Ars Technica and see how that's received.
Yes it's just a [insert your choice of bad word here] model viewer, but like other technologies, we threw spaghetti against the wall just to showcase possibilities for the platform. We have several 'practical' applications in the works that probably won't merit an accepted submission here :-)
performance (Score:2, Interesting)
I wonder how well that performs? Collada is rather bulky because it is designed as an intermediate format. You would normally convert it into a more steamlined binary format before actually using it in an app.
Re: (Score:3, Insightful)
Collada is a bit bulky. But it kind of has to be that way achieve the design goal of being a lossless intermediate format. It really can describe just about anything 3d.
However, apps like this one only use a small subset Collada. And performance isn't that much of an issue; the convenience of xml leads to interesting things like the <NetworkLink> element in kml, which can actually increase performance by loading models on demand from the server based on the view.
So yeah...you'd use a binary format in
Re: (Score:1)
I agree about the documentation. Kronos seems to be underfunded IMHO and only improve collada at a slow pace. I don't know why some of those big ass companys (apple, nvidia, etc) throw some resources their way.
Re: (Score:2)
Or you could write an API or two :). FCollada and Sony's thing are all that's out there. If we all shared the DOM APIs we're writing for our own apps, maybe something more intuitive (for everyday tasks) could come out of it. Most of us are using only a subset of the standard, and we don't need the expressiveness that something like Unreal needs. I wonder what Google's using for Sketchup and GE...
In fairness to the Collada docs, it is a gigantic project. The thing can describe anything, and the standard now
Re: (Score:3, Informative)
Disclaimer: I'm one of the developers for this app.
Parsing the XML on the iPhone platform does take some time. In an update (waiting for approval from Apple), we will be serializing the model on the client so at least on second viewing, the model loads much faster. In a later update, we may do the serialization on the server and just serve up the serialized model to the client.
Re: (Score:2)
Awesome! Congratulations.
Thanks for the info. I was surprised by your experience at first; but I just realized that I probably overestimate the raw computing power of iPhone-type devices, and I didn't think about the diversity and complexity of models on 3D Warehouse.
Visualization is so beautiful. Interesting time to be a developer.
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
You can see the view... (Score:1, Funny)
If you walk around the inside ot the outside of the building you can see the building?
In other news, a new iPhone App that lets you hear the sound of the engine whilst driving your car.
Kronos Group, not Collada (Score:1)
Kronos Group is the consortium in charge of Collada and other 3D standards, not Collada.