Rank: 1359 based on 64 downloads (last 30 days) and 1 file submitted
photo

Benjamin I

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Benjamin
Updated   File Tags Downloads
(last 30 days)
Comments Rating
12 Apr 2013 Screenshot Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I mesh, x3dom, 3d, interaction, html, faces 64 5
  • 5.0
5.0 | 4 ratings
Comments and Ratings by Benjamin View all
Updated File Comments Rating
18 Apr 2013 Noise-Power Spectrum Generate random noise with a specified noise-power spectrum (NPS) and measure the NPS of an image. Author: Erik Fredenberg

Useful reference.

02 Apr 2013 varycolor Provides maximum color variation for lines on plots. Author: Daniel Helmick

Useful!

27 Mar 2013 Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I

Hi Scott. Thanks. This version doesn't support color unless you manually edit the html file... But that sounds like a good idea. I will update it to support face color when I get a chance (give me a few days).

26 Mar 2013 Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I

Hi Dan,

Thanks. The easiest way to create a mesh from is a volume using isosurface.

For example see Example 1:
http://www.mathworks.com/help/matlab/ref/isosurface.html

You can plot a mesh in matlab using:
[x,y,z,v] = flow;
p = patch(isosurface(x,y,z,v,-3));
isonormals(x,y,z,v,p)
set(p,'FaceColor','red','EdgeColor','none');
daspect([1,1,1])
view(3); axis tight
camlight
lighting gouraud

You can export this same mesh to html using something like:
[x,y,z,v] = flow;
fv=isosurface(x,y,z,v,-3);
x3mesh(fv.faces, fv.vertices, 'Matlab_flow', 0.3, 'some more text')

I think I will add this as another example.

09 Nov 2010 Smooth Triangulated Mesh Accurate smoothing of triangulated patch / mesh Author: Dirk-Jan Kroon

Very useful and very fast. Thanks.

Comments and Ratings on Benjamin's Files View all
Updated File Comment by Comments Rating
13 Apr 2013 Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I Richardson, Scott

Hi Ben, awesome program!

06 Apr 2013 Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I Richardson, Scott

27 Mar 2013 Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I I, Benjamin

Hi Scott. Thanks. This version doesn't support color unless you manually edit the html file... But that sounds like a good idea. I will update it to support face color when I get a chance (give me a few days).

27 Mar 2013 Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I Richardson, Scott

Hi, very nice, thank you. Is it possible to have a different color assigned to each face which could be viewed in the html file?

26 Mar 2013 Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I I, Benjamin

Hi Dan,

Thanks. The easiest way to create a mesh from is a volume using isosurface.

For example see Example 1:
http://www.mathworks.com/help/matlab/ref/isosurface.html

You can plot a mesh in matlab using:
[x,y,z,v] = flow;
p = patch(isosurface(x,y,z,v,-3));
isonormals(x,y,z,v,p)
set(p,'FaceColor','red','EdgeColor','none');
daspect([1,1,1])
view(3); axis tight
camlight
lighting gouraud

You can export this same mesh to html using something like:
[x,y,z,v] = flow;
fv=isosurface(x,y,z,v,-3);
x3mesh(fv.faces, fv.vertices, 'Matlab_flow', 0.3, 'some more text')

I think I will add this as another example.

Top Tags Applied by Benjamin
3d, faces, html, interaction, mesh
Files Tagged by Benjamin
Updated   File Tags Downloads
(last 30 days)
Comments Rating
12 Apr 2013 Screenshot Simple 3D mesh to web converter A simple script to convert a mesh consisting of faces and vertices to an interactive html document. Author: Benjamin I mesh, x3dom, 3d, interaction, html, faces 64 5
  • 5.0
5.0 | 4 ratings

Contact us