Questions tagged [x3d]

X3D is a markup language for 3D graphics.

Extensible 3D Graphics (X3D) is the royalty-free open ISO standard for publishing, viewing and archiving interactive 3D models on the Web. X3D scene graphs include geometry, animation and user interaction.

X3D encodings include XML (.x3d extension) and ClassicVRML (.x3dv extension), with renewed standardization work on JavaScript Object Notation (.json), efficient binary encoding (SRC+EXI) and a run-time Java API (X3DJSAIL).

Multiple tools, converters and applications are available, with open-source and commercial support. Further information and many resources can be found at

178 questions
0
votes
1 answer

X3DOM disable keyboard shortcuts

I want to disable the keyboard shortcuts of a x3dom scene(e.g. press 'r' to reset view or press 'd' to show/hide stats. I need this because i'm implementing keysensor through javascript. I think that i have to add something after
sakuragi
  • 167
  • 1
  • 1
  • 9
0
votes
0 answers

X3DOM: Better way to Update Elevation Grid

I have some code which updates an elevation grid. var m_grid=document.getElementById(m_gridID); var colorGrid=document.getElementById(m_gridColorID); colorGrid.color = colorStr; m_grid.setAttribute("xDimension",…
user2939415
  • 864
  • 1
  • 11
  • 22
0
votes
1 answer

Can I use X3D with Google's Dart programming language for the web?

Can I use X3D with Google's Dart programming language for the web? Currently HTML5 allows a person to integrate X3DOM with the WebGL JavaScript API. Is there an analogous way of integrating X3D with Google Dart?
0
votes
1 answer

X3DOM resizing while keeping aspect ratio

When resizing an X3DOM element I'm currently facing the problem that the ratio of the displayed nodes is not correct (objects get streched or compressed). Resizing is currently done via manipulation of the style attributes of the x3d dom node and…
Timetrick
  • 186
  • 1
  • 9
0
votes
1 answer

X3DOM: Drag to Resize Box

I would like create a box in X3DOM in the following manner: Y an Z position and size are fixed. X position and size is user-defined. User presses mouse button to place one side of the box. User drags to set the x-size. User releases to…
user2939415
  • 864
  • 1
  • 11
  • 22
0
votes
1 answer

Importing X3d files into three.js

is there a way to import X3d files into three.js? Maybe convert the X3d file into something that three.js can read? Like OBJ or STL? Thanks for the help!
Aaron Isaac
  • 63
  • 3
  • 6
0
votes
1 answer

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 make such animations?
Moeb
  • 10,527
  • 31
  • 84
  • 110
0
votes
1 answer

Bouncing Ball. Making it slow down at peak of height

I have created a bouncing ball animation in x3d. I am just curious how I could make the ball slow down at the peak of its height to make it look more realistic. Thank you in advance.
DavidRob1993
  • 1
  • 1
  • 3
0
votes
1 answer

X3D - How did the following code make a cone image?

the following code is in X3D works. It gives out a cone image. My question is, where did the image get the details for the height of the cone or the design of a cone? I gave it only points (via coordinate point) and how to connect them (via…
kar
  • 4,791
  • 12
  • 49
  • 74
0
votes
1 answer

Convert Cortona VRML to X3D

I want to convert a VRML file exported from RapidAuthor to X3D, so that X3DOM can read it. Problem : Cortona VRML is extended ; I tried many software (aopt, X3D-Edit and Meshlab for ex.) but none could convert it (it crashes or just cannot…
Rolintocour
  • 2,934
  • 4
  • 32
  • 63
0
votes
1 answer

How to use x3dom.swf when i want to show 3d objects on IE?

I noticed that x3d can show 3d objects by using x3dom.swf file but i don't know how to do it? Are there any example or document can teach me?
0
votes
1 answer

How to add specular map,bump map and colour texture in one object using x3d?

I want to find a way to add specular map and bump map on a object,but after I read the documantation of vrml97 and x3d ,I can not find any method.
0
votes
1 answer

How to swift between face and line?

I want to display a obeject that can be changed between face and line by a switch. What should I do? here is my code: …
0
votes
1 answer

X3d scene having Multiple touchsensors,need to know which touchsensor is clcikes or selected?

I have an x3d scene that contains multiple touchsensor nodes.When i click a particular touchsensor node i need to get the details about the selected node.Please give me any kind of help.Thanks in advance.
user1471194
  • 23
  • 1
  • 5
0
votes
1 answer

x3d - what blend modes to use

What blend modes and attributes must I use to achieve following effect: First texture is a tileable grass texture and second texture is the opacity mask for that texture.
djmj
  • 5,579
  • 5
  • 54
  • 92
1 2 3
11
12