loadawobj

버전 1.32.0.0 (696 KB) 작성자: William Harwin
Load an alias wavefront obj file into matlab.Updated Dec 2016
다운로드 수: 3.9K
업데이트 날짜: 2016/12/29

라이선스 보기

Load an Wavefront/Alias obj style model. Will only consider polygons with 3, 4,5 or 6 vertices. Programme will, by default, ignore normal and texture data but these are available when loading into a single argument structure. It will also ignore any part of the obj specification that is not a polygon mesh, ie nurbs, these deficiencies can probably be remedied relatively easily.

인용 양식

William Harwin (2025). loadawobj (https://www.mathworks.com/matlabcentral/fileexchange/10223-loadawobj), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2015b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Geometry and Mesh에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.32.0.0

Can now handle limited colour information via the alias wave front .mtl file, polygons with up to 6 vertices and lines.

1.3.0.0

Modified to return either faces and vertices, or a structure with more of the object information.

1.2.0.0

Rewritten the processing of the faces data to be more robust. Also will return additional data in a structure if only a single output argument is given.

1.1.0.0

Documented Doug Hacketts bug, but need some test files that demonstrates the problem please.

1.0.0.0

Aparently loadobj is a matlab function (although not with our toolbox set) so renamed loadawobj