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
27
votes
8 answers

Whatever Happened to VRML?

Back in the late 1990s, when I was at grad school VRML was going to take over the world. My peers and I built all manner of useful and interesting things with it by hooking it up to Java and Javascript code. Of course back then computers were many…
immutabl
  • 6,857
  • 13
  • 45
  • 76
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
  • 25,183
  • 12
  • 93
  • 106
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
8
votes
3 answers

View VRML file with WebGL-capable browser

I have a legacy application that generates VRML 1.0 files. I'd like to build a WebGL-based web interface that can display these VRML files. Is there an easy way to do so? Edit: Specified that they are VRML 1.0.
Lorin Hochstein
  • 57,372
  • 31
  • 105
  • 141
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
  • 39,136
  • 15
  • 78
  • 84
5
votes
3 answers

3D scene file format & viewer

I am looking for a cross-platform solution for saving and viewing 3D scenes (visualizations of engineering simulation models and results) but there (still) doesn't seem to be much out there. I looked into this almost 10 years ago and settled on VRML…
Chris Morley
  • 891
  • 6
  • 16
5
votes
3 answers

How to display a VRML model with .NET?

I have a request to display VRML models within a .NET application. Does someone know an easy way, maybe with standard .NET components, to achieve this? What are the issues I maybe have to face when representing VRML within an application?
Mil
  • 756
  • 2
  • 11
  • 30
5
votes
2 answers

Load 3d scene into Silverlight

To cut the long story short: Is it possible to load a .vrml into Silverlight and render the 3d scene? Now some more background information why I want to do this. I'd like to implement the following setup: Do some long-running calculations on the…
Thorsten Kranz
  • 12,492
  • 2
  • 39
  • 56
4
votes
2 answers

Display Browsable 3D models in Browser

Statement: I have a 3D model ready in Google SketchUp Pro. Problem Statement: I need to display the model in a webpage. I need the model to be browsable (The user can navigate his way through it like on Google Earth) I need the model to be…
OrangeRind
  • 4,798
  • 13
  • 45
  • 57
2
votes
1 answer

VRML plugin for Firefox on Ubuntu

I would like to know if there is a way to render .wrl (vrml files) in Firefox running on Linux x86 ? I've found some softs to open .wrl files (like orbisnap) but that's not embedded in the browser. Thanks.
eouti
  • 5,338
  • 3
  • 34
  • 42
2
votes
0 answers

How to export a reconstructed 3D model with texture using insight3d

I am using the open-source structure-from-motion program: insight3D to reconstruct a 3D model from a set of 2D images. I was able to export the resulting model as an VRML (.wrl) file but the texture and texture coordinates were not included when I…
Ken Toh
  • 3,721
  • 1
  • 24
  • 30
2
votes
1 answer

VRML in Web browser

I want to build in 3d object (or animation) in the web site. I have VRML (*.wrl) file and want to make it play in most browsers. Maybe i have to use flash, maybe html5, maybe some other tools... Is it possible to make 3d animation play in most of…
dilix
  • 3,761
  • 3
  • 31
  • 55
2
votes
1 answer

Rare wheels (Hinge2joints) not rotating

I am using hinge2joints to model spherical wheels. I have set the parameters i.e. anchor and 2 axis(y, z). The wheel rotates as desired when I change the position of joints. After running the simulation and moving the robot, these two rare wheels do…
Tahir Mahmood
  • 305
  • 1
  • 11
2
votes
2 answers

Is there a High-Level VRML-like API for doing 3D with HTML5?

I used to love VRML + Java/Javascript as a way of building 3d web-based environments. Of course VRML has died a death and during the course of my subsequent wanderings of the web I picked up a lot of noise about HTML5 and its Canvas element. What I…
immutabl
  • 6,857
  • 13
  • 45
  • 76
2
votes
1 answer

VRML Indexed FaceSet

Hi I'm trying to make a solid with Indexed FaceSet on VRML. The problem is 2 faces aren't showing up and I really don't know why. The code is: Shape { geometry IndexedFaceSet { coord Coordinate { …
Luís Jesus
  • 1,628
  • 5
  • 21
  • 33
1
2 3 4 5 6 7