Skip to content

jonathantompson/matlabobj

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

matlab_obj - Jonathan's Matlab obj file reader


Overview

This is just a mex wrapper around a C++ obj file reader. I found that all obj readers on the Mathworks website were really slow, so I wrapped a fast C++ version.

Compilation

Run "compile_mex.m".

Running

Run "test_mex.m" for a usage demo. obj_read(filename) returns a struct with the loaded channels from the obj file (faces, vertices, normals, etc).

Style

Where possible this project follows the Google C++ style conventions:

http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published