Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
19answers
7k views

Unity3D, Torque3D, Google O3D, WebGl…which to choose?

for development of interactive 3d web applications, which engine is recommended? I am aware that WebGL has been anounced to become standarized for all browsers in the near future (1~2 years). I am ...
2
votes
1answer
130 views

Textbox cant be selected or set to focus

I am using the latest Minefield and Chrome nightly builds; at the official O3D webgl samples (ie.http://o3d.googlecode.com/svn/trunk/samples_webgl/o3d-webgl-samples/customcamera.html) I cant change ...
2
votes
3answers
392 views

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 ...
1
vote
1answer
261 views

What's happening with the Google O3D WebGL wrapper?

I am not seeing any updates for Google O3D WebGL wrapper for a very long time, and I am not seeing much in the form of posts regarding o3d webgl on this site or other content on the internet - what's ...
1
vote
1answer
106 views

Centering my O3D canvas

I would like to have a centered O3D canvas. Can anyone suggest how I might do this?
0
votes
0answers
23 views

Using loadInfo Object in Google's o3d

I have some code using Google's 03d interface, and I'm loading some larger models into my scene. I want there to be a way to show the user a loading bar, so they don't' get bored waiting and close the ...
0
votes
0answers
58 views

problem when updating a param in o3d : Uncaught TypeError: Object [object Object] has no method 'set'

I'm learning o3d (the webgl implementation) and I'm facing a strange problem. When I try to change a parameter (see paramFloat3 API) with the "set()" method, I get this error : "Uncaught TypeError: ...
0
votes
0answers
16 views

Is It possible to add event to the model of O3D?

There is an idea in my mind , can we add event to the model of O3D? Assume there is a Models has been showing in O3D, can it Trigger a event when click a special part of this model? Because I am a ...
0
votes
1answer
65 views

o3D samples can't run in localhost

I have downloaded the samples from Google o3d,but it can't run in my computer.The question like this:Even I install the o3d plug-in again and again, it always prompt me that I have to install this ...
0
votes
1answer
332 views

WebGL Water Shader with Texture and Reflection in O3D .. anyone have an example?

WebGL Water Shader with Texture and Reflection in O3D .. anyone have an example? Thanks
0
votes
1answer
81 views

What's the maximum far plane of an o3d (webgl) projection?

Hi, I am using the following javascript... g_viewInfo.drawContext.projection = g_math.matrix4.perspective( g_math.degToRad(30), // 30 degree fov. g_client.width / g_client.height, ...
0
votes
1answer
40 views

Possible to get vertices and indices of o3d.Shape?

I am using o3d webgl library with chrome nightly and minefield. I am looking for someone who knows how I can obtain the vertices and indices from an o3d.Shape object. The reason why I would like to do ...
0
votes
1answer
85 views

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); ...
0
votes
2answers
1k views

o3d javascript uncaught reference error

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"> ...
0
votes
2answers
93 views

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 ...
0
votes
1answer
129 views

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! ...
0
votes
1answer
211 views

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 ...
0
votes
1answer
103 views

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?
0
votes
2answers
319 views

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 ...
0
votes
3answers
85 views

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.