o3d

Has anyone tried out Google's O3D plugin for 3D graphics?

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? ...

Seen any good early-bird sites with useful resources and code for O3D?

Looking for anything code-wise or even feedback on using/writing for Google Chrome's O3D? It exposes Directx/OpenGL to javascript. ...

Where to get the o3djs javascript libraries

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? ...

Need help scaling in o3d

I have been having trouble find much documentation on o3d (not too surprisingly). Does anyone know how to scale my x in o3d? ...

Centering my O3D canvas

I would like to have a centered O3D canvas. Can anyone suggest how I might do this? ...

Enabling transparency on a texture in O3D

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? ...

Will O3D take flash's place on the web?

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...

can google o3d and jQuery be used in the same page?

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? ...

o3d javascript uncaught reference error

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"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Test G...

o3d textures and transparency

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...

How do I scale and translate external models (scenes) in Google O3D?

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...