이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
The input is a m x n X-Y grid (equal intervals along both axes) with the value of Z(x,y) computed at each point as an input to the function. The output is a elevation.wrl VRML file that creates a ElevationGrid node with the appropriate coordinates.
Launch the startmeup.m file to do the conversion. Several surfaces are provided as example.
Since this is a version 1.0, several limitations exist and is open to improvement from the community:
1. The number of polygons are not optimized for the VRML. It simply operates on the same number of points provided.
2. The mesh grid defining the X-Y plane in MATLAB need to have equispaced intervals.
3. Z(x,y) needs to be computed by scanning along row X first and then for row Y.
4. No coloring information.
Note that the orientation of the reference frame in MATLAB needs to undergo change to conform to the VRML reference frame. (X->x, Z->y, Y->z)
Use the Scale node in the Tranform node of the VRML file to increase/decrease the size of the elevation grid. You can also texture it with an image to create landscapes.
You will need V-Realm Builder that ships with Simulink 3D Animation to view and edit the VRML file.
More information on the VRML ElevationGrid is here:
인용 양식
Simulink Dude (2026). 3D Surface/Mesh to VRML Utility: mesh2vrml 1.0 (https://kr.mathworks.com/matlabcentral/fileexchange/28014-3d-surface-mesh-to-vrml-utility-mesh2vrml-1-0), MATLAB Central File Exchange. 검색 날짜: .
