IDisplaySettings Interface |
Namespace: Demo3D.Gui
public interface IDisplaySettings
The IDisplaySettings type exposes the following members.
| Name | Description | |
|---|---|---|
| Antialias |
Antialiasing of the main view, legacy rendering only.
| |
| AntiAliasType |
The type of anti-aliasing to use.
| |
| BannedRenderTypes |
All types that are not allowed to be rendered.
| |
| DisplayAxesType |
Set which axes to show when selecting a visual.
| |
| EnableAmbientOcclusion |
Enable ambient occlusion.
| |
| EnableAutoExposure |
Enable auto exposure.
| |
| EnableGlobalDownlight |
When true, only render shadows of a single directional light in the scene pointing down the -Y axis.
Point lights and spot lights are unaffected.
| |
| EnableGlobalIllumination |
Enable global illumination.
| |
| EnablePathTracing |
Enable path tracing.
| |
| EnableRayTracedTranslucentShadows |
Enable ray tracing translucent shadows.
| |
| EnableRayTracing |
Enable ray tracing.
| |
| EnableTonemapper |
Enable tonemapper.
| |
| ExposureOffset |
The exposure offset.
| |
| IsAutoResolution | Obsolete.
When true, resizing Demo3D updates the resolution automatically.
| |
| IsNavigation | Obsolete.
Set the scene in to Navigation mode if true or Select if false.
| |
| IsPerspective | Obsolete.
Set the projection to perspective if true or parallel if false.
| |
| IsPlanView | Obsolete.
Enable plan view mode
| |
| Name |
Current settings name.
| |
| PathTracingMaxBounces |
The maximum number of bounces per ray when path tracing.
| |
| PathTracingMaxPathExposure |
The maximum exposure allowed when path tracing.
| |
| PathTracingSamplesPerPixel |
The maximum number of samples per pixel when path tracing.
| |
| ReflectionQuality |
The quality of reflections.
| |
| Resolution | Obsolete.
Resolution of the main view.
| |
| ShadowQuality |
The quality of the shadows.
| |
| Shadows |
Shadow type of the main view, legacy rendering only.
| |
| ShowAxes |
Show or hide axes.
| |
| ShowCameras |
Show or hide cameras.
| |
| ShowDirectionArrows |
Show or hide direction arrows.
| |
| ShowGraphics | Obsolete.
Show or hide graphics.
| |
| ShowGraphicsMode |
Determine what graphics to show.
| |
| ShowHighlighting |
Show or hide highlights.
| |
| ShowLights |
Show or hide lights.
| |
| ShowPhotoEyes |
Show or hide photo eyes.
| |
| ShowPhysics |
Show or hide physics.
| |
| ShowReferences |
Show or hide references.
| |
| ShowRotationTool | Obsolete.
Show or hide the rotation tool.
| |
| ShowSupports |
Show or hide supports.
| |
| ShowTextures |
Show or hide textures.
| |
| ShowTransparent |
Show or hide transparent objects.
| |
| VisibleGraphics |
Determines which graphics objects are visible.
| |
| VoxelizerEnabled | Obsolete. | |
| VoxelizerLevel | Obsolete. |
| Name | Description | |
|---|---|---|
| AddSettings |
Add a new display settings profile.
| |
| ApplySettings |
Apply the selected settings to the display.
| |
| CanRenderType |
Check if the current settings can render the specified type.
| |
| CreateNewSettings |
Create a new display settings profile.
| |
| EditSettings |
Edit an existing display settings profile.
| |
| GetCurrentSettings |
Get a copy of the current display settings.
| |
| RemoveSettings |
Remove a display settings profile.
| |
| SetCanRenderType |
Set if the current settings can render the specified type.
| |
| SetCanRenderTypes |
Set if the current settings can render the specified type.
| |
| SetDefaultSettings |
Set the settings to the default values.
| |
| SetPerformanceSettings |
Set the settings to the maximum performance settings.
|
| Name | Description | |
|---|---|---|
| OnSettingsSelected |
Occurs when new settings are selected.
|