cart: empty [ Login ]

OpenGLViewExampleCS can't work

1 
jazzy
11/11/2018 9:21 PM
OpenGLViewExampleCS can't work with part CAD drawings
Wout
11/15/2018 1:31 PM
Hi, The problem has been fixed, please download the latest CadLib 4.0 version. Also it's better to use the OpenGLExtendedViewExampleCS, because it uses the newer OpenGL rendering pipeline. Thank you for the report! - Wout
jazzy
11/15/2018 7:26 PM
but OpenGLExtendedViewExampleCS not working properly
Wout
11/15/2018 8:14 PM
Can you describe the problem? - Wout
jazzy
11/17/2018 2:23 AM
private void CalculateModelViewAndProjectionTransform() { if (!updatingTransforms) { updatingTransforms = true; SetTransformations(glGraphics.RenderingContext, transformationProvider, GetClientRectangle2D(), 0d); updatingTransforms = false; } } glGraphics=null
Wout
11/18/2018 11:26 PM
Do you have a call stack? Because there's no problem when I run the application. - Wout
1