Click or drag to resize

IDisplaySettings Interface

Provides access to the display settings

Namespace: Demo3D.Gui
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.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.
Obsolete
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 When true, resizing Demo3D updates the resolution automatically.
Obsolete
Public propertyIsNavigation Set the scene in to Navigation mode if true or Select if false.
Obsolete
Public propertyIsPerspective Set the projection to perspective if true or parallel if false.
Obsolete
Public propertyIsPlanView Enable plan view mode
Obsolete
Public propertyName Current settings name.
Public propertyPathTracingDenoiser The denoiser to use when path tracing.
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 Resolution of the main view.
Obsolete
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.
Obsolete
Public propertyShowDirectionArrows Show or hide direction arrows.
Public propertyShowGraphics Show or hide graphics.
Obsolete
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 Show or hide the rotation tool.
Obsolete
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 propertyVoxelizerEnabledObsolete
Public propertyVoxelizerLevelObsolete
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