Code covered by the BSD License  

Highlights from
OpenGL .NET Examples

image thumbnail
from OpenGL .NET Examples by Dirk-Jan Kroon
Matlab OpenGL .NET code and examples for R2009a and above

example_Polygon_Mesh.m
% This example will load 3D Vessel data in Matlab which is convert
% to an iso surface with marching cubes (polygon mesh)
% Which is shown in Opengl including lights and shading.

% Load Tao Light assemblies and add function path
LoadTaoOpenGl;

% Create the OpenGL window
OpenGL_Window('new','Polygon_Mesh_Painters');

Contact us at files@mathworks.com