Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
5answers
386 views

3D Web Sites and Applications

I have for the last several years been struggling to understand why the Internet has so few actually useful 3D web applications. It's 2009 and still everything looks like pages from a Sears catalog. ...
1
vote
1answer
59 views

jQuery selection problem

was just wondering if you could help. I have the following bit of code: <transform DEF='veyron_colour_change' rotation='0.2815 -0.6785 0.6785 -3.69' scale='0.2107 0.2107 0.2107' ...
1
vote
7answers
928 views

Comparing Flash, HTML, Silverlight, X3D and Unity 3d

I have to prepare a comparison between the following technologies to present it to my Project Manager, but I fell that I'm lost, so if any one can help I will be thankful I want to compare between ...
1
vote
1answer
101 views

help developing web based multiplayer game

i want to develop a web based multi player game. how can i use x3d format to make such game? or will i stick to standard download and play type game usually written in c++?
0
votes
0answers
25 views

X3DOM/geospatial Extremely simple scene not working

I have been trying for hours to get a minimalistic X3DOM working. The problems began when I switched from the default coordinate system to the geospatial one; before that my spheres and cubes were ...
0
votes
1answer
23 views

What is a 3d framework to stream 3d objects, animation? X3d?

I have a project where I want to create a type of 3d object server that a viewer will get a listing of all the objects with their vertices, normals, etc, and from then on get updates on those objects ...
0
votes
1answer
89 views

WebGL framework - what's the best choice? X3DOM?

I'm about to start a Web application that will use interactive generated 3D content. Aim is to let it run natively in the browser, i.e. no Flash is allowed, only JavaScript + HTML5. Apart from using ...
0
votes
1answer
93 views

Strange issue with the image texture

an strange issue has been accrued when i delete a texture from sphere. the description of this issue is this: I have created a sphere with a texture and it works good. then,I duplicated this file ...
0
votes
0answers
106 views

many motions for one object in x3dom

I am trying to do 2 motions in sphere say (earth) the first motion is around the sun. the second motion around the sphere itself. the aim of this is to explain the fact that the earth has two kinds ...
0
votes
3answers
330 views

interpolation in 3d computer graphics

I was wondering if someone could help with explaining in simple terms what interpolation is and how its used in 3d computer graphics
0
votes
1answer
215 views

VRML or X3D to Direct3D object convertor

Is there a tool available to convert VRML or X3D file to Direct3D .x object? Or is there a code snippet for the same?
0
votes
1answer
602 views

How powerful is x3d for making animations?

I want to make a rotating drillbit animation that shows the complete process of drilling. I am not really sure that it can be done using x3d. How good is x3d (along with python scripting, maybe) to ...