Questions tagged [vrml]

VRML is a 3D markup language implemented as a browser plug-in.

VRML (Virtual Reality Modeling Language, pronounced vermal or by its initials, originally—before 1995—known as the Virtual Reality Markup Language) is a standard file format for representing 3-dimensional (3D) interactive vector graphics, designed particularly with the World Wide Web in mind. It has been superseded by X3D.

93 questions
1
vote
3 answers

Studying VRML or openGL?

I will have to follow 1 course at my accademy. One is about openGL the other about VRML. What would you choose? (course name: virtual reality)
anon
1
vote
1 answer

Online CDN, and background color control, for this three.js examle?

This could be a continuation of What is the URL for three.js to include it online? , I guess... I had found this example online: https://github.com/josdirksen/learning-threejs/blob/master/chapter-08/16-load-vrml.html To have it run from a single…
sdaau
  • 36,975
  • 46
  • 198
  • 278
1
vote
1 answer

X3D: PROTO converted from VRML not working

I have a VRML code I want to convert to X3D. The code should define spheres with different radius and colors to later instantiate by giving the coordinates as an argument. First, I used an online converter suggested in another question, then opened…
izxle
  • 386
  • 1
  • 3
  • 19
1
vote
0 answers

ThreeJS VRMLLoader giving "invalid color" error

I am having trouble with the VRMLLoader in ThreeJS, I load the file like so: var loader = new THREE.VRMLLoader(); loader.load( 'testscan.wrl', function ( object ) { object.position.set(0,0,0); scene.add( object ); //console.log(object) …
Andre Q
  • 11
  • 2
1
vote
0 answers

Trying to import vrml files to unity

I have the following files And I'm trying to somehow import them without losing the references to each other to unity. I tried through Blender but I can only export one wrl file at a time (I could be wrong), and that causes it to lose the reference…
Xenofonos
  • 119
  • 1
  • 2
  • 14
1
vote
0 answers

Export mesh with per vertex color to vrml in Matlab

I'm trying to export a mesh with per vertex color to a VRML file (.wrl) in Matlab. Im using the VRML function from file exchange. I do get the model but I cannot seem to be getting the colors right. This is the code I'm…
1
vote
1 answer

Dynamically generate 3D objects

I have to to generate a 3D object dynamically, depending on several input parameters. Some elements inside the object should be clickable. The following conditions must apply: - Viewer is Helix - The generator must be callable from C# -…
R00st3r
  • 954
  • 1
  • 10
  • 31
1
vote
1 answer

How to create a cylinder between origin and some coordinates in VRML

I'm creating some files in VRML 2.0 programmatically. I need to construct a cylinder which has its bottom at the origin and its top at a given coordinate, but I'm having some problem figuring out the rotation. I have googled it, but the…
1
vote
2 answers

How to import .obj 3D models in ARToolKit instead of .wrl?

I'm building an application in ARToolKit for Windows and when I convert my 3D models from .obj to .wrl they lose resolution. I have tried to fix it but I think the problem is the format and not the conversion. As far as I know, ARToolKit only…
David Prieto
  • 2,239
  • 4
  • 32
  • 51
1
vote
1 answer

How to import VRML Files in three.js?

I'm trying to import a VRML file in three.js, but it doesn't work. Here is the VRML file: #VRML V2.0 utf8 #Created by CINEMA 4D DEF B1 Transform { translation 600 0 0.333333 children [ DEF _60_ Transform { translation -600 0 0 children [ …
Echoes137
  • 55
  • 7
1
vote
2 answers

How can I display a 3d Model in Jframe

I do some search with my friend google but i can't find anything that help. so i come here to ask a question can I display a 3d model (.wrl or .obj ) in Jframe? thanks
user2420469
  • 91
  • 3
  • 14
1
vote
1 answer

How to flip a VRML file (.wrl), or flip the VR model in Matlab

I have a fairly complex VRML model of a prosthetic right hand in a .wrl file (3 Megabytes) which I am manipulating (animating according to commands) in Matlab. I'd like to make a mirror image (horizontal flip) of the file (to be a left hand). I do…
user1596274
  • 187
  • 1
  • 1
  • 9
1
vote
3 answers

Plug-in display 3d-objects from VRML or X3D

I'm not sure that such plug-ins exist.. But my program displays the data that are easily convertible to VRML or X3D file, so it would be very convenient if I could display rendered by these files figures directly in the window of the program. Anyone…
1
vote
0 answers

V-Collide Collision detect VRML

I want to detect collision between VRML object do not want them to draw over each other. I am my research i find v-collide, but do not know to to use it and can find any website, who can help me. Anyone knows how to use it it openvrml so i can…
Ruben Veiga
  • 343
  • 3
  • 15
0
votes
0 answers

how to systematically traverse, inspect (and unravel) a three.js scene graph?

I've noticed considerable Q&A on this topic within this group, but it is all rather dated - sometimes over 10 years ago. Given the need/demand for doing this, wondering/hoping if some recent three.js code might exist to make it easier. The situation…
oldman
  • 21
  • 3