Anonymous | Login | 2021-01-21 02:06 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
View Revisions: Issue #24224 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0024224: Suspicious logics in changing clipping planes at OpenGl_Structure | ||
Revision | 2013-10-08 14:03 by apl | ||
Steps To Reproduce | pload AISV MODELING vinit box b1 0 0 0 10 10 10 box b2 30 0 0 10 40 10 box b3 -30 0 0 20 20 20 vsetdispmode 1 vdisplay b1 b2 b3 ## test view-level clipping vclipplane create pln1 vclipplane change pln1 equation 0 1 0 -5 vclipplane change pln1 capping on vclipplane change pln1 capping color 0.9 0.9 0.9 vclipplane set pln1 view Driver1/Viewer1/View1 ## test sharing of planes between view and object vclipplane set pln1 object b1 ## test object-level clipping vclipplane create pln2 vclipplane change pln2 equation -0.707 0.707 0 -25 vclipplane change pln2 capping on vclipplane change pln2 capping color 0.5 0.5 0.9 vclipplane change pln2 capping hatch on vclipplane set pln2 object b3 vfit |
||
Revision | 2013-10-08 12:26 by apl | ||
Steps To Reproduce | pload AISV MODELING box b1 0 0 0 10 10 10 box b2 20 0 0 10 10 10 vinit vsetdispmode 1 vdisplay b1 b2 vclipplane create pln1 vclipplane change pln1 equation 0 1 0 -5 vclipplane change pln1 capping on vclipplane change pln1 capping color 1 1 1 vclipplane set pln1 view Driver1/Viewer1/View1 vclipplane set pln1 object b1 vfit |
||
Revision | 2013-10-04 19:04 by dbp | ||
Steps To Reproduce |
Copyright © 2000 - 2021 MantisBT Team |