Mombu the Programming Forum

Go Back   Mombu the Programming Forum > Programming > X3d
User Name
Password
REGISTER NOW! Mark Forums Read




Reply
1 2nd September 03:53
pilu
External User
 
Posts: 1
Default X3d



I don't understand x3d!??!!...
I think that should be the xml version of vrml!(?)

But if I open an x3d file with my browser,
i see the code and not the world!
Do I have an other kind of plug-in?

Sorry but I'm not an expert!
thanx
  Reply With Quote


 


2 2nd September 03:54
joerg scheurich aka mufti
External User
 
Posts: 1
Default X3d



The the current x3d draft, xml is not the only encoding, there is also a
"Classic VRML encoding".

In this encoding, you need a new header, e.g.

#X3D 3.0 utf8 string
PROFILE full

instead of

#VRML V2.0 utf8


The idea was to test, if you can find a browser, which supports the X3D draft
LoadSensor in VRML encoding as a browser extension to a normal VRML97
browser...

so long
MUFTI
--
Um das zu pruefen und falls notwendig, zum Zerlegen der Festplatte
gebrauche Win95 Disk Zerleger, welchen Du in deinem Programm:
Zubehoer-System Werkzeug Akte hast.
Aus einer Windows Hilfe
  Reply With Quote


 


3 15th September 02:53
holger grahn
External User
 
Posts: 1
Default X3d


Hi

basically yes that was the idea, but they put in more stuff to make it a bit
different.

If you run in from an webserver you need to configure your webserver
to return model/x3d+xml mime type for files with extension x3d.
E.g.
http://www.bitmanagement.de/develope...HelloWorld.x3d

Without that the webserver might autoscan the file and sends mimetype
text/xml or something
forcing the webbrowser to show XML text.


With bscontact VRML XML encoded VRM97 and IE as default browsers X3D X3Dz
files should popup up as 3d in Internet Explorer.

Greetings

Holger
  Reply With Quote
Reply


Thread Tools
Display Modes




666