Article | 70002001 |
Type | Wish |
Product | Engine |
Version | 9001 |
Date Added | 6/16/2021 12:00:00 AM |
Fixed | 9.9002.0.4 (6/16/2021 12:00:00 AM) |
Submitted by | Josef Gargitter |
Summary
Some Opengl Graphics card drivers are not display edges of faces properly in Hide render mode
Solution
In version 9002.0.4 a new property OpenGLFlags of vdDocumet.GlobalRenderProperties was added
A static variable that get / set some extra flags used when render with opengl context
Valid values are one or more of the following Enum type OpenGLFlagsEnum
OpenGLFlagsEnum.None Default opengl flags used
OpenGLFlagsEnum.ConvertQuandsToTriangles Convert all regions with 4 points to triangles
default value of vdDocumet.GlobalRenderProperties.OpenGLFlags is OpenGLFlagsEnum.None
set it to OpenGLFlagsEnum.ConvertQuandsToTriangles in your application initialization usually to bypass problems of display face edges in Hide render mode , with some Graphic Card opengl drivers