Skip to content
Snippets Groups Projects
Commit 27d66a18 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

simple clip example
parent 9304a0a4
No related branches found
No related tags found
No related merge requests found
General.Clip0 = 2^0; // clip geometry only
General.Clip0 = 2^0+2^1; // clip geometry + mesh
General.Clip0 = 2^(2+0); // clip view0
General.Clip0 = 2^(2+0) + 2^(2+3); // clip view 0 and view 3
General.Clip0A = 1;
General.Clip0B = 0;
General.Clip0C = 0;
General.Clip0D = -0.03;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment