[x3d-public] Minutes of the X3D WG Meeting 1st June 2016 > MIME-type
doug sanden
highaspirations at hotmail.com
Mon Jun 13 05:29:19 PDT 2016
> MIME page (http://www.web3d.org/wiki/index.php/X3D_MIME-Type) – review and update, particularly TODO: Deployment
I don't know if you need to reserve it, but something like model/web3d+zip might be interesting to some, as a way to bundle resources and scene files in .zip like googleEarth kmz. Specs haven't been discussed.
-Doug
more..
example possible web3dz format
-.web3z >>>
meta.xml <startscene type="vrml" path="/vrml/start.wrl"/>
/vrml start.wrl protos.wrl inline.wrl
/x3d
/json
/images
/video
/audio
/other
<<< .web3dz
more..
in freewrl I implemented a .x3z which I serve as MIMEtype model/x3d+zip and is limited to doc.x3d start scene. It works when the client has permission to write local files, and permission to clean up those files after unzipping. The implementation uses libminizip in the client, and desktop zip utility to create the .zip file before renaming it to .x3z
http://dug9.users.sourceforge.net/web3d/tests/zipped/2_x3d.x3z
More information about the x3d-public
mailing list