Questions tagged [x3dom]

x3d dom is a js webgl dom that provides inlining of x3d data right in the browser using webgl. more on x3d at www.web3d.org and on x3dom at x3dom.org

149 questions
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
  • 38,013
  • 14
  • 101
  • 171
9
votes
1 answer

How change the bevel size of 3d text in x3dom?

How change the bevel size of 3d text in x3dom? Now i have code like this
crynaldo madrid
  • 638
  • 2
  • 7
  • 16
5
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
  • 3,265
  • 5
  • 37
  • 50
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

How to disable key bindings in X3DOM

I am using X3DOM for a simple game, but I can't use keyboard keys the way I want to, because X3DOM reacts to them. Example: window.addEventListener('keydown', event => this.onKeyDown(event)); I want to have my own key event for if keyCode == 68.…
Gem
  • 53
  • 5
3
votes
1 answer

Does X3DOM have any "finished loading" events?

I am trying to use X3DOM to display an HTML5 animation, and am trying to attach listeners to my X3DOM event but I want to wait until the X3DOM content is fully loaded and ready to go before attaching the listeners, as in some cases listeners can be…
T. Norton
  • 35
  • 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
  • 2,207
  • 1
  • 24
  • 38
3
votes
2 answers

Parameterizing and editing a model using ThreeJS or X3DOM in the browser

I am using ThreeJs to render some STL files in the browser. I am trying to figure out if I can add parameters to these models, so that I can edit these models using ThreeJs or X3DOM. For example I have a cube and I want to add a text parameter to…
Saurabh
  • 31
  • 3
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.
  • 342
  • 4
  • 13
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
  • 29
  • 5
2
votes
1 answer

Convert .dae to x3dom

Is there a way I can render a 3D model (in .dae, I'm using SketchUp) into a x3dom? I looked up online, but can't find the way. Hope someone can help.
user3673449
  • 347
  • 2
  • 5
  • 20
2
votes
1 answer

Javascript x3dom Multiple polyline2d with variying length

I am trying to re-create the example here with varying axes length(polyline2d) but the problem is it copies the length of the 1st axis declared. Please help.
2
votes
1 answer

x3d - how to create polygon (polyhedron)?

I'm new to x3d and have no idea how to create flat area like on picture in x3d? Here are the coordinates of…
Somerussian
  • 381
  • 4
  • 17
1
2 3
9 10