Universal 3D File Format In The Works
telstar writes "The Register is reporting that more than 30 companies are working together to define a new file format intended to serve as a universal 3D file format. The new file format will be named the 'Universal 3D Format', or U3D. According to the article, they hope to make the new format as standard as MP3 has become for audio, and JPEG has become for 2D images. Interesting that they would choose two lossy media formats as models for comparison."
But...
One restriction I wouldn't mind, however, is the same sort of compatibility requirement that JAVA has: If something follows the format, it MUST follow it exactly and have no proprietary extentions. This tripped up MS when they tried to hijack JAVA for their own nefarious purposes.
Just my views on this...
The Cheese Stands Alone.
In the first line of the article, it says that Microsoft is involved with developing the format. Maybe I'm cynical, but I have little to no faith that this will come out as an open standard. We all know about Microsoft's SOP with respect to actual open standards that they've "enhanced". With them in on the ground floor on this one, I think it's doomed to be proprietary.
Qualitas edurus commercium, nullus penitus net rimor, nullus deus beneficium
It is annoying when given a 3D engine, it cannot load a 3D Format which happens to be the only one that your 3d Modeller can export to. I would be happy for that problem to disappear!
But how general will it be? If it can handle detailed CAD models, and open landscape, and UT2003 style maps, high polygon characters and so on, then will it end up being unspace-effective for all of them?
Is there a reason why right now 3DS seems to be the nearest to a standard we have, when it doesn't even have many features?
JPEG might be the standard for images, but it isn't used for everything: Sometimes PNG and TIFF are used for particular reasons. TGA and PNG for example support Alpha channels, while JPEG does not. My friend draws pictures, and sometimes she gets good compression with JPEG, but sometimes the quality loss is terrible. Sometimes GIF is better, or something PNG is. And then there are vector graphics.
MP3 is nearly a standard, but we use OGG for political/legal reasons, or a lossless format when that is important. Real is often used when the sound needs to be streaming.
So, really, how useful will this standard be? And how free?
- Jax
Not at all. U3D is actually just the Shockwave3D file format that Intel are trying to ram through a standards body somewhere.
They originally tried to do this through the Web3D consortium (the owner of the VRML standard) under the guise of a CAD format. After a lot of manipulation of the members and several other very dodgy things, the consortium told Intel to get lost. It's now just popped up again under another guise. The laughable thing is that this file format is completely inappropriate for CAD requirements. It's somewhere between a scene graph file format and a programming API, with neither being particularly good. For example, it's not extensible and has a lot of hardcoded strategies. If you wanted to extend or change an iimplementation of one item in the modifier chain, it would require complete reimplementation of the entire system. For example, changing the humanoid representation to using shaders for rendering the mesh was impossible. The entire format is designed around CPU-based rendering. Video hardware accelaration is not possible for about 95% of the spec.
Nothing has changed at Intel since we were dealing with them for the last 2 years on it. Effectively this project is 2 engineers and one manager trying to save their arse and the code from failed Shockwave efforts.
An example - the press release says it will be an ISO standard. The ISO people have no idea what Intel is talking about as they've not been approached yet. It would fall under either SC24 or SC29 subcommittes (SC24 3D graphics, SC29 is programming and home to MPEG) and both of these committees already have standards that fullfil these requirements (MPEG and VRML/X3D). It wouldn't make it past the front gate at ISO.
Life is complete only for brief intervals in between toys or projects -- John Dalton
key difference: vrml is for realtime 3d.
interesting note: more students have had success with using the unreal engine to model spaces. it is much prettier, and the navigation is better.