DG Kernel (ActiveX) Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Upgrading Native Apps
Licensing
Expand ModelsModels
Expand DG Kernel ControlsDG Kernel Controls
Expand API ReferenceAPI Reference
Expand ViewsViews
Expand Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation LinksHome Page > Graphics > Perspective View Go to DGKC docs Search Documentation


Perspective View

By default, all 3D Views use orthographic projection to the screen. When the scene is sparse, Perspective View Mode offers more realistic rendering. In this mode objects which are further from the viewer appear smaller on the screen.

Use Advanced > View > Perspective context menu (right click) option to turn on/off perspective rendering. Use IView_DG.Get/SetProjectionType() to change or query the current projection type programmatically.

See Light sample for an example.