Click or drag to resize

IDisplaySettings Interface

Provides access to the display settings

Namespace:  Demo3D.Gui
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.04.00
Syntax
C#
public interface IDisplaySettings

The IDisplaySettings type exposes the following members.

Properties
  NameDescription
Public propertyAntialias
Antialiasing of the main view, legacy rendering only.
Public propertyAntiAliasType
The type of anti-aliasing to use.
Public propertyBannedRenderTypes
All types that are not allowed to be rendered.
Public propertyDisplayAxesType
Set which axes to show when selecting a visual.
Public propertyEnableAmbientOcclusion
Enable ambient occlusion.
Public propertyEnableAutoExposure
Enable auto exposure.
Public propertyEnableGlobalDownlight
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.
Public propertyEnableGlobalIllumination
Enable global illumination.
Public propertyEnablePathTracing
Enable path tracing.
Public propertyEnableRayTracedTranslucentShadows
Enable ray tracing translucent shadows.
Public propertyEnableRayTracing
Enable ray tracing.
Public propertyEnableTonemapper
Enable tonemapper.
Public propertyExposureOffset
The exposure offset.
Public propertyIsAutoResolution Obsolete.
When true, resizing Demo3D updates the resolution automatically.
Public propertyIsNavigation Obsolete.
Set the scene in to Navigation mode if true or Select if false.
Public propertyIsPerspective Obsolete.
Set the projection to perspective if true or parallel if false.
Public propertyIsPlanView Obsolete.
Enable plan view mode
Public propertyName
Current settings name.
Public propertyPathTracingMaxBounces
The maximum number of bounces per ray when path tracing.
Public propertyPathTracingMaxPathExposure
The maximum exposure allowed when path tracing.
Public propertyPathTracingSamplesPerPixel
The maximum number of samples per pixel when path tracing.
Public propertyReflectionQuality
The quality of reflections.
Public propertyResolution Obsolete.
Resolution of the main view.
Public propertyShadowQuality
The quality of the shadows.
Public propertyShadows
Shadow type of the main view, legacy rendering only.
Public propertyShowAxes
Show or hide axes.
Public propertyShowCameras
Show or hide cameras.
Public propertyShowDirectionArrows
Show or hide direction arrows.
Public propertyShowGraphics Obsolete.
Show or hide graphics.
Public propertyShowGraphicsMode
Determine what graphics to show.
Public propertyShowHighlighting
Show or hide highlights.
Public propertyShowLights
Show or hide lights.
Public propertyShowPhotoEyes
Show or hide photo eyes.
Public propertyShowPhysics
Show or hide physics.
Public propertyShowReferences
Show or hide references.
Public propertyShowRotationTool Obsolete.
Show or hide the rotation tool.
Public propertyShowSupports
Show or hide supports.
Public propertyShowTextures
Show or hide textures.
Public propertyShowTransparent
Show or hide transparent objects.
Public propertyVisibleGraphics
Determines which graphics objects are visible.
Public propertyVoxelizerEnabled Obsolete.
Public propertyVoxelizerLevel Obsolete.
Top
Methods
  NameDescription
Public methodAddSettings
Add a new display settings profile.
Public methodApplySettings
Apply the selected settings to the display.
Public methodCanRenderType
Check if the current settings can render the specified type.
Public methodCreateNewSettings
Create a new display settings profile.
Public methodEditSettings
Edit an existing display settings profile.
Public methodGetCurrentSettings
Get a copy of the current display settings.
Public methodRemoveSettings
Remove a display settings profile.
Public methodSetCanRenderType
Set if the current settings can render the specified type.
Public methodSetCanRenderTypes
Set if the current settings can render the specified type.
Public methodSetDefaultSettings
Set the settings to the default values.
Public methodSetPerformanceSettings
Set the settings to the maximum performance settings.
Top
Events
  NameDescription
Public eventOnSettingsSelected
Occurs when new settings are selected.
Top
See Also