Javascript is perfectly groovy for 3D applications. It's relatively easy to bind SpiderMonkey to an OpenGL rendering context -> http://failrate.com/b/gljs-light-1.0.zip
All they'd really need to do is expose OpenGL calls to the JavaScript interpreter via a canvas element with the planned (but not yet implemented) 3D type.
I think that OpenGL has a much higher adoption rate than VRML had. Also, most computers, including mobiles and phones, can render 3D graphics. So, likely, VRML was just before its time.
Not sure what you mean failrate... X3D is a high level scenegraph layer on top of OpenGL (or whatever) intended for web distribution of 3D scenes scripted using Javascript (i.e. similar to the Khronos product). The scenegraph model was designed with OpenGL implementations in mind, but these are separate layers.
I don't know about X3D. I was referring to VRML circa 199X.
I just went to the URL you posted to look at some details, but it appears as if they're doing some site reorganization that makes it difficult to find out about any browser plugins.
I would find it ideal if it was native to the browser (i.e. canvas = openGL rendering context) with JavaScript hooks and HTTP GET for images (instead of file access).
X3D is the current version of VRML. It happens to use an XML file format to store data etc. rather than VRML's syntax. So it includes everything that VRML97 did, and more.
The best general purpose X3D plugin at this point is probably Octaga, octaga.com.
An example of a more specific application that uses X3D is vivaty.com
VRML and X3D have always been royalty and patent free ISO standards with multiple implementations...
It's just the first thing I thought of when I read the Khronos press release. Khronos' other products are more closely related to OpenGL specifically, so I assume that this is similar... though I wonder how this differs from Collada as well... or is it actually referring to Collada??
I recently came across your blog and have been reading along. I thought I would leave my first comment. I don't know what to say except that I have enjoyed reading. Nice blog. I will keep visiting this blog very often.
Well, Reed, Collada is just an interchange format for 3d applications (especially games). It would be more directly applicable to an individual model/mesh that you're passing between Maya and Blender. Certainly, you could use it for the same thing as VRML, but it's not really *for* that, y'know.
This is exactly what I need. Hopefully Webkit will be on board and there will be some kind of solution for IE.
ReplyDeleteGoogle has so much leverage with th Gears plug-in. Anything that a browser lacks can be supplemented with it!
Javascript is perfectly groovy for 3D applications. It's relatively easy to bind SpiderMonkey to an OpenGL rendering context -> http://failrate.com/b/gljs-light-1.0.zip
ReplyDeleteAll they'd really need to do is expose OpenGL calls to the JavaScript interpreter via a canvas element with the planned (but not yet implemented) 3D type.
Anyone know how this is different from VRML/X3D?
ReplyDeleteI think that OpenGL has a much higher adoption rate than VRML had. Also, most computers, including mobiles and phones, can render 3D graphics. So, likely, VRML was just before its time.
ReplyDeleteNot sure what you mean failrate... X3D is a high level scenegraph layer on top of OpenGL (or whatever) intended for web distribution of 3D scenes scripted using Javascript (i.e. similar to the Khronos product). The scenegraph model was designed with OpenGL implementations in mind, but these are separate layers.
ReplyDeletehttp://www.web3d.org/about/overview/
ReplyDeleteI don't know about X3D. I was referring to VRML circa 199X.
ReplyDeleteI just went to the URL you posted to look at some details, but it appears as if they're doing some site reorganization that makes it difficult to find out about any browser plugins.
I would find it ideal if it was native to the browser (i.e. canvas = openGL rendering context) with JavaScript hooks and HTTP GET for images (instead of file access).
X3D is the current version of VRML. It happens to use an XML file format to store data etc. rather than VRML's syntax. So it includes everything that VRML97 did, and more.
ReplyDeleteThe best general purpose X3D plugin at this point is probably Octaga, octaga.com.
An example of a more specific application that uses X3D is vivaty.com
More info:
http://www.web3d.org/x3d/content/examples/X3dResources.html
VRML and X3D have always been royalty and patent free ISO standards with multiple implementations...
It's just the first thing I thought of when I read the Khronos press release. Khronos' other products are more closely related to OpenGL specifically, so I assume that this is similar... though I wonder how this differs from Collada as well... or is it actually referring to Collada??
I recently came across your blog and have been reading along. I thought I would leave my first comment. I don't know what to say except that I have enjoyed reading. Nice blog. I will keep visiting this blog very often.
ReplyDeleteAnn
http://largepet.info
Well, Reed, Collada is just an interchange format for 3d applications (especially games). It would be more directly applicable to an individual model/mesh that you're passing between Maya and Blender. Certainly, you could use it for the same thing as VRML, but it's not really *for* that, y'know.
ReplyDelete@failrate
ReplyDeleteOpenGL has a much higher adoption rate than VRML had?
Well that's true. That as true as:
"Engines have a much higher adoption rate than cars have."
That's true - think of planes, trains, motorcycles, steam ships, etc.
You are just comparing different levels of functionality. If you need a car, buy a car! Don't buy a steam engine and start adding wheels....
Have you ever written a full blown 3d game engine or a descent scene graph based on pure OpenGL? I guess not.