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
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

Resizing jQuery UI Dialog on Top of WebGL/X3DOM

I am developing a web application: http://filebox.vt.edu/users/sharni/Radio/spectrum.html Clicking on the help button pops up a resizeable help window. However, if the cursor moves outside of the dialog when resizing, the dialog stops resizing! …
user2939415
  • 864
  • 1
  • 11
  • 22
0
votes
1 answer

load x3dom using requirejs

I want to load the x3dom js library using requirejs. It's not working and produce the following error: TypeError: x3dom.gfx_webgl is not a function I load the x3dom library like that: require(['jquery-ui', 'x3dom'], function($, x3dom){ …
Yann Sagon
  • 547
  • 3
  • 21
0
votes
1 answer

X3DOM update attribute

I try to update the color of a shape but it does not change (although F12 says, that the attribute is updated)
daniel
  • 34,281
  • 39
  • 104
  • 158
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

.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

triggering an onclick event on the BS contact viewer

This is another of my general questionand I am stuck at this point. I have made a W3DS GetScene query in the server and I have got the 3D scene as an output in the viewer. Now I want to trigger the onclick function on the displayed object so that…
0
votes
1 answer

Picking example in x3dom

Does anybody have simple sample regarding the picking x3dom objects. There are two samples given in the homepage of x3dom but they are complex for em to understand. I would be really thankful if someone could provide me with simpler example.…
0
votes
1 answer

Develop third person view with x3dom?

Someone can help me how i can develop an application on x3dom with a third person view? The camera must follow together with a object and the object it's manipulated by left right keys. cumps..
piedade
  • 33
  • 4
0
votes
2 answers

x3dom artefact rendering

I'm just discovering X3DOM and playing with it. I have draw a chair with sketchup and converted to x3d with meshlab. I'm using the "html5" syntax to write my page. Depending on "something" I have diferent rendering and I don't know what. Rendering I…
Yann Sagon
  • 547
  • 3
  • 21
-1
votes
1 answer

Optimize X3DOM Animation using Interpolators

I want to visualize a cross belt Sorter with x3dom. The cross belt sorter has a form of a loop with 90° degree arcs. For the cross belts I use: < Rectangle2D size='0.6 0.6'/> The Sorter has 58 cross belts and for each cross belt, I want…
-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
9
10