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

181 questions
11
votes
2 answers

relationship/comparison between X3D, SVG, WebGL, VRML reading?

I'm trying to be get an idea what the relationship between each of these are. Such as: Which is just a replacement for the other (and why) - e.g. X3D replaces VRML? what can one do that the other cannot - e.g. SVG cannot create 3D worlds but the…
Sridhar Sarnobat
  • 19,595
  • 12
  • 74
  • 93
10
votes
7 answers

VRML to X3D Conversion

I'm working on a web application that manages VRML files. I also want to let users see the uploaded files, without requiring a specific plug-in or player. X3DOM allows viewing X3D files without plug-ins on most browsers, so I'd like to use it. Alas,…
zmbq
  • 35,452
  • 13
  • 80
  • 153
6
votes
1 answer

UnsupportedNodeException: Request for a node that is not part of the specified profile and components for this stream: viewpoint

I've been stuck on the same problem for some time and I don't know why I get the following Run-time error when I run my project. Exception in thread "main" org.web3d.vrml.lang.UnsupportedNodeException: Request for a node that is not part of the…
smitthy
  • 197
  • 2
  • 16
5
votes
2 answers

Paraview - Using python script to export data in x3d format

I am trying to export in x3d format OpenFOAM results using paraview-python script. When I do it via paraview graphical interface it works and results can be visualized in Blender, see the following picture However, when I try to do the same…
Sim81
  • 1,054
  • 2
  • 7
  • 12
5
votes
5 answers

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. You can turn on your TV and find flying logos…
Scott Evernden
  • 35,319
  • 14
  • 75
  • 83
4
votes
3 answers

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 pure WebGL it's better to use a lib that will…
Chris
  • 2,888
  • 4
  • 34
  • 50
4
votes
1 answer

Difference between X3D and X3DV files

I'm wondering what's the difference between an X3D file and an X3DV file. I'm creating an application in Java that loads and displays an X3DV file called test.x3dv and I have multiple X3D models that I want to be loaded and I'm using Xj3D. However,…
smitthy
  • 197
  • 2
  • 16
4
votes
1 answer

what causes " inline method not to work for chrome browser"?

I have uploaded a 3D object in .X3D format using inline method in X3DOM frame work. Its loading well in Mozilla Firefox browser, but not in Google Chrome. Can someone please let me know why it doesn't work and what things have to be done to make it…
Anand
  • 91
  • 6
4
votes
0 answers

"Using walk mode through keyboard in X3DOM"

I want to use walk mode from my keyboard arrow keys using X3DOM. I searched a lot on this, I have not got any customized keywords that can be used in X3DOM, all are under predefined keywords. I want to use user defined keywords for x3dom…
Anand
  • 91
  • 6
3
votes
2 answers

Why won't image texture load in X3DOM?

I'm working with X3DOM for the 1st time (although I did a lot of VRML back in the day. I'm trying a simple example with a image file for a texture, but the image never loads. Here's what I see (using Chrome Version 43.0.2357.130 m): The circle…
ViennaMike
  • 1,926
  • 1
  • 19
  • 34
3
votes
1 answer

Update textures in X3DOM model dynamically

I am developing a Web 3D app and I produced some code in Javascript that implements the following tag to an external .html file with the model in it, within an iframe. In the element in the X3D code block of the external .html…
Gus
  • 71
  • 1
  • 5
2
votes
0 answers

Superposed transparent surfaces in x3dom show a jagged, patchy appearance

I am building a set of 3D figures for online display (as supplementary material for a physics paper), and I am having some issues getting the transparency features to work. Specifically, I have a set of surfaces built using the
E.P.
  • 262
  • 3
  • 13
2
votes
4 answers

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
George
  • 21
  • 1
  • 2
2
votes
2 answers

Volume Rendering in X3D

So recently I started working with X3D and have been trying to experiment around with Volume Rendering but I can't seem to get anything working. I have an X3D file with the following code in it:
Serratus
  • 23
  • 3
2
votes
1 answer

X3D Calculating IndexedFaceSet coordIndex

I would like to create an X3D arch through html, something like this: http://x3dgraphics.com/examples/X3dForAdvancedModeling/3DPrinting/UavBeehiveIndex.html Since I have found that a cylinder shape is not enough to create an arch, I cannot define…
mag paige
  • 31
  • 4
1
2 3
12 13