Simple 3D mesh to web converter
by Benjamin I
25 Mar 2013
(Updated 12 Apr 2013)
A simple script to convert a mesh consisting of faces and vertices to an interactive html document.
|
Watch this File
|
| File Information |
| Description |
x3mesh is a small and simple script for converting a Matlab mesh consisting of faces and vertices into an x3dom object in an html file.
This allows 3d objects to be displayed and interacted with on the web (rotate and zoom).
Run demo1.m and demo2.m to try it out. The script produces a .html files which can be opened in a browser.
An example of the output can be found here:
http://www.birving.com/other/Example4.html
The script takes advantage of the x3dom web format. More details can be found here:
http://www.x3dom.org/
Not supported by internet explorer. Use a recent Firefox, Chrome or Safari browser.
Update:
1) Added better optional argument parser
2) Added option to set vertex color
3) Added option so set mesh to auto-rotate |
| MATLAB release |
MATLAB 8.0 (R2012b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 26 Mar 2013 |
added note about internet explorer not being supported |
| 26 Mar 2013 |
update title to make it clearer |
| 27 Mar 2013 |
added a second demo file |
| 01 Apr 2013 |
added ability to set mesh color and autorotation. Improved function parsing using inputParser. |
| 12 Apr 2013 |
added better demo files and surf export example |
|
Contact us