DGKC Control Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
What is new
Licensing
Expand ModelsModels
Expand DG Kernel ControlDG Kernel Control
Expand API ReferenceAPI Reference
Expand Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Expand Math ObjectsMath Objects
Expand DeprecatedDeprecated
Redistribution
Model Viewer
Support
Skip Navigation LinksHome Page > Graphics > Perspective View Go to ActiveX 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.