OpenGL 3D graphics in MATLAB using jzy3d - a demo

版本 1.1.0.0 (2.5 MB) 作者: Malcolm Lidierth
A demo of some features of the open-source jzy3d 3d graphics package from http://www.jzy3d.org/
4.4K 次下载
更新时间 2012/2/14

查看许可证

This PDF describes code for displaying jzy3d OpenGL-based 3D graphics in MATLAB. Jzy3d is an open-source 3D graphics library. See http://www.jzy3d.org/

Code to run these demos is available as a Java jar file at
http://sourceforge.net/projects/waterloo/files/
(N.B. All dependencies are either distributed as standard with MATLAB or included in this jar).

jzy3d uses the JOGL Java bindings to the OpenGL API to generate 3D graphics in Java. These graphics are easily generated in MATLAB and can readily be added to MATLAB figures. For the sphere in the illustration:

>> import kcl.waterloo.graphics3D.jzy3d.Factory.*
>> [x,y,z]=sphere(32);
>> gr=createSurface(x,y,z);
>> f = figure;
>> [comp, container] = javacomponent(gr);
>> set(container,'Units', 'normalized','Position', [0 0 1 1]);

引用格式

Malcolm Lidierth (2025). OpenGL 3D graphics in MATLAB using jzy3d - a demo (https://ww2.mathworks.cn/matlabcentral/fileexchange/35026-opengl-3d-graphics-in-matlab-using-jzy3d-a-demo), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2011b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Descriptive Statistics and Visualization 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Improve description

1.0.0.0