I just found out about Google's O3D project, for rendering 3D graphics in Browsers using html and javascript. It seems nice, although the graphics are about 5 years outdated as far as I could see. Has anyone tried it out?
...
Looking for anything code-wise or even feedback on using/writing for Google Chrome's O3D?
It exposes Directx/OpenGL to javascript.
...
I want to start messing around with o3d but I can't find where to download o3djs javascript libraries. I downloaded the plugin from http://code.google.com/apis/o3d/ but I cannot find where to download the libraries from. Anyone know?
...
I have been having trouble find much documentation on o3d (not too surprisingly). Does anyone know how to scale my x in o3d?
...
I would like to have a centered O3D canvas. Can anyone suggest how I might do this?
...
I have a texture of a set of lungs and the heart that I am applying to a series of triangles. The texture is a .png file and has a transparent background but when I apply it in O3D it shows up with a white background. How would I get this to show up as transparent?
...
O3D is a new google tech that enable 3D rendering within a browser (also 2D rendering), and if it is remotely like real 3D applications it is supposed to be capable of playing videos in the future!
O3D on Google labs
And flash every web-user and web-developer knows!
so what is going be the future of web? the new version of flash and i...
I would like to use both of these library on the same page but they seem to conflict when they are loaded at the same time. Does anyone know of any examples where they are both used or what might help prevent conflicts?
...
hey,
im new to javascript and am intersted in creating a small o3d script:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Test G...
I'm working at galery on o3d(plagin version) and I need make photos transparent. Photos are on hud. Here is some code:
g_canvasInfoPict = o3djs.canvas.create(g_pack, g_hudRoot, g_hudViewInfo);
alphaParam = g_canvasInfoPict.transparentState_.getStateParam("o3d.AlphaReference");
alphaParam.value = 0.5;
alphaParam = g_canvasInfoPict.tran...
Hello,
I developed an O3D application using the plugin version of O3D. With this application I can display cubes, shere and other primitive shapes in a 3d space. Now I want to extend this application to support external scenes (o3dtgz), but I have problems with the scaling and the translation of these scenes.
Here is my code:
var obje...