Article | 60000888 |
Type | Wish |
Product | Engine |
Version | 6015 |
Date Added | 5/20/2009 12:00:00 AM |
Fixed | (7/24/2009 12:00:00 AM) |
Submitted by | JF |
Summary
Major OpenGL improvements using OpenGL lists
Solution
A new property has been added to the Document that allows our users to have their own custom render. The property is CustomRenderTypeName of vdRenderGlobalProperties and can be used as following (C# example):
vdFramedControl1.BaseControl.ActiveDocument.GlobalRenderProperties.CustomRenderTypeName = "VectorDraw.Render.opengllist#VectorDraw.Professional.dll";
The Above value will enable our default opengli lists implementation. Please note that in order to work this implementation a new system with optimal hardware graphics card is required.