Modal Warping

버전 1.0.0.0 (116 KB) 작성자: Ofek Shilon
Modal-Warping graphical demo
다운로드 수: 2.4K
업데이트 날짜: 2006/7/31

라이선스 없음

This work was concerned in RT simulation of elastic objects. Specifically, it is a prototype test of the work of Ko & Choi titled 'Modal Warping' (http://cg.kw.ac.kr/modal_warping/), which synthesises former works under the name of 'stiffness warping' (http://www.cs.unc.edu/~mcmillan/papers/SSCA02_muller.pdf) and the classical approach known in CG circles as 'modal analysis' (e.g., http://www.cs.berkeley.edu/b-cam/Papers/Hauser-2003-IDU/index.html) .

This prototype mainly illustrates some graphics and optimization techniques.
The main function is ModalWarpingCheckModes, which takes as argument a valid VOL-file name. VOL is the output format of the freeware NETGEN - which is a rough and simple textual encoding of tetrahedral mesh info. Several VOL models are included (from small to large): 'y', 'sphere', 'stomach' and 'tissue_cut2'.

The routine performs a certain generalized eigen-decomposition (which can take several minutes for the larger models, depending on your system), and saves the results to a mat-file in the current folder. Future calls to the function would look for the appropriate mat-file, and compute the eigendecomposition only if it isn't found - so from 2nd launch on the init would be much, much faster.

The generated mat files range in size from 80K (for 'y') to 40M (for 'tissue_cut2') - that's why i didn't include them in the archive - so allow for sufficient disk space.

example:

ModalWarpingCheckModes('y')
ModalWarpingCheckModes('sphere')
ModalWarpingCheckModes('stomach')
ModalWarpingCheckModes('tissue_cut2')

enjoy!

Ofek

인용 양식

Ofek Shilon (2024). Modal Warping (https://www.mathworks.com/matlabcentral/fileexchange/11343-modal-warping), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

Category change