Skip to content

RussTedrake/meshutil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeshUtil

Some useful tools for playing with 3D meshes in MATLAB.

sketch_mesh:

Generate a pretty wireframe from a model

Example usage:

>> [vertices, faces] = meshutil.toolbox_graph.read_mesh('/home/rdeits/drc/software/drake/examples/Glider/meshes/GliderFuselage.obj');
>> meshutil.sketch_mesh(vertices, faces);

Original:

Sketch:

iris_contact_patch:

Generate a convex contact patch on a 3D model. Requires IRIS for MATLAB.

Usage:

>> meshutil.iris_contact_patch

About

Matlab utilities for 3D meshes

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • MATLAB 93.6%
  • Objective-C 6.4%