Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
383 views

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 ...
4
votes
3answers
1k views

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 ...
4
votes
5answers
387 views

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. ...
4
votes
3answers
1k views

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 ...
3
votes
1answer
498 views

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 ...
2
votes
4answers
288 views

Virtual 360º, stitching and presentation software, for use on PHP driven website?

EDITED (after 1st answer): Can anyone help by pointing to some good references for the creation and presentation of a 3D environment (a real room) on a website. Ideally it will not involve too much ...
1
vote
1answer
47 views

VRML: ROUTE as a parameter in PROTO

I have a PROTO of some object with TouchSensor and I'd like to link different ROUTEs to it when creating objects e.g. I have PROTO plate[] { Shape {..something..} DEF TS TouchSensor {} } I ...
1
vote
1answer
67 views

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 ...
1
vote
1answer
467 views

How to export VRML including texture from 3D Studio Max

I am using 3D Studio Max 2011. I manage to export VRML by File / Export / …VRML but all the texture information gets lost by this. How do you export a model as VRML including its texture?
1
vote
1answer
583 views

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 ...
1
vote
3answers
124 views

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) Thanks
1
vote
1answer
96 views

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 { ...
1
vote
2answers
720 views

OpenVRML in snow-leopard (from macports)

Hey, I just Downloaded openvrml from macports (port install openvrml) Now I have a Sample program (pretty_print.cpp from openvrml at sourceforge) that begins like this: # ifdef HAVE_CONFIG_H # ...
0
votes
0answers
106 views

Java not working with VRML

This is the tutorial i am following. I am using java jdk1.6 , windows vista 32bit , cortono3d plugin , chrome browser i have my .wrl file and my .java file in the same directory , my java file ...
0
votes
1answer
215 views

VRML or X3D to Direct3D object convertor

Is there a tool available to convert VRML or X3D file to Direct3D .x object? Or is there a code snippet for the same?
0
votes
1answer
398 views

How to Load a VRML model on PaperVision3d?

im very new at papervision3d, i know in order to display a .DAE model i use this import flash.events.Event; import org.papervision3d.objects.parsers.DAE; [SWF(width=640, height=480, ...
0
votes
1answer
337 views

how to install openVRML in Snow Leopard?

I have tried macports: port install openvrml Also tried fink (with unstable tree configuration) fink install openvrml6-xembed-dev and both failed. Also tried downloading the source form ...
0
votes
1answer
188 views

creating 3d house and walk through in it on web

I'm trying to build a house and hosting it on web. It should be possible for the user to walk through around the house. Does sandy 3D and flash could support this application or have to go for VRML
0
votes
2answers
180 views

High Level Graphics

I did a lot of VRML+Java work in college and loved it, but I feel like it's not really a marketable skill. Has anyone worked with a high level graphics API like open inventor, coin..etc that is ...
0
votes
2answers
863 views

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