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

Viewpoint for X3D Centering

Can anyone please help me in calculating center of rotation and position of a X3D object? I've noticed that aopt tool by InstantReality adds something like: The result is nice,…
Jumpa
  • 4,319
  • 11
  • 52
  • 100
0
votes
1 answer

x3d - transparent texture with different repeat level

I want to create a terrain layer using a repeated base texture using a non-repeated opacity map. (either in alpha or as separate texture)
djmj
  • 5,579
  • 5
  • 54
  • 92
0
votes
1 answer

.hide() .show() doesn't work with x3dom, are there any other approaches?

I am working on x3dom, now I have a two groups in the xhtml file, I want to show only one group at a time by clicking the button. Here is my code, but it doesn't work, only when I replace hide() with remove() it worked, however by removing the group…
Jolin
  • 1,515
  • 4
  • 21
  • 24
0
votes
1 answer

Modifying a node of an x3d scene produce no result

I'm using x3d scene in a web page. In this page, I have an indexedfaceset which works fine. I'm adding a and it's working fine as well. Now what I'm trying to do is to change the content of the Color using javascript once…
Yann Sagon
  • 547
  • 3
  • 21
0
votes
1 answer

x3d import and export nodes from inline url

I need to get access to nodes from an inline x3d file in a parent x3d file. For example, say we have a room model as an x3d file. We populate this room with several chairs. We use the inline url to populate room.x3d with several chair.x3d files. …
kevin
  • 45
  • 5
0
votes
1 answer

Blender import X3D hierarchy

I am looking for way how to import object hierarchy from X3D file to the Blender 2.63 workspace. I know that there is an python importer module in \Blender\2.63\scripts\addons\io_scene_x3d\import_x3d.py I found out that if I change parameter…
Ondřej Severa
  • 359
  • 5
  • 12
0
votes
1 answer

X3D Seems To Only Run Through Half The Loop

I have a java program that outputs through JAXB an X3D file. Here is the current output.
Patrick Aquilone
  • 584
  • 2
  • 11
  • 28
0
votes
1 answer

How to get triangle meshes of objects defined in an X3D file?

We can do things rather declaratively in X3D, like saying there is a box in what position and size: I'd like to know is there any tool that can convert an X3D…
weidi
  • 852
  • 7
  • 20
0
votes
2 answers

Convert Maya 2013 to X3D file

Is there any way to convert a file from Maya 2013 to an X3D file? Thanks!
m00nbeam360
  • 1,357
  • 2
  • 21
  • 36
0
votes
1 answer

Writing XML with JAXB for X3D format during Run

I have a 2D simulation that they want to add X3D to by saving it out and then loading in a viewer for demonstration. I have everything I need from a simulation point of view (ie layout, objects, etc). What I need to do now is to output X3D…
Patrick Aquilone
  • 584
  • 2
  • 11
  • 28
-1
votes
1 answer

X3Dom set ImageTexture in Text

I have this code and it doesn't work. How can I fix it? And how can I change the size of text?
Petros Vel
  • 23
  • 8
-1
votes
1 answer

How to upload x3dom files to be displayed like a gallery

I've been working with x3dom for the past month and now I wan to be able to display my work, does anyone know of an uploader where I could upload the x3dom file so that it is saved in a sort of image gallery, or is the only way to do it to keep copy…
-2
votes
1 answer

how to use x3d in browser without x3dom.js

I have read a paper, X3DOM - A DOM-based HTML5/X3D Integration Model,which provids some examples.However i can't run these code. I have known how to use X3D with x3dom.js in browser, i want know if i can use x3d like below example.Like author said…
Teri Lu
  • 1
  • 1
1 2 3
11
12