Click or drag to resize

RenderRendererAspectParameters Class

The RenderRendererAspectParameters class allows the user to enable or disable some aspect rendering features.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropRenderRendererAspectParameters

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public class RenderRendererAspectParameters : IDisposable

The RenderRendererAspectParameters type exposes the following members.

Constructors
  NameDescription
Public methodRenderRendererAspectParameters
Initializes a new instance of the RenderRendererAspectParameters class.
Top
Properties
  NameDescription
Public propertyBackground
Gets or sets the background parameters.
Public propertyDistortionMatrix
Public propertyDpi
Gets or sets the dot per inch.
Public propertyEnhancedBump
Gets or sets indicating whether enhanced bump is enabled.
Public propertyEnhancedTransparency
Gets or sets a value indicating whether enhanced transparency is enabled.
Public propertyFrameNumber
Gets or sets the frame number.
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyMipmap
Gets or sets a value indicating whether the mipmapping is enabled.
Public propertyMirror
Gets or sets a value indicating whether the mirrors are rendered.
Public propertyMode
Gets or sets the rendering mode.
The rendering mode allow to display the scene's lightmaps, show the wireframe and so on.
Some modes can be used to retrieve 3D datas from the current point of view.
Public propertyOverlayAndPostprocessRescaleFactor
Gets or sets the overlay and post processes rescale factor.
Public propertyRenderables
Gets or sets the renderables.
Public propertyScreenSpaceReflections
Gets or sets a value indicating whether screen space reflections are enabled.
Public propertyScreenSpaceReflectionsGrazingAngleFadeoff
Gets or sets the screen space reflections grazing angle fadeoff.
Public propertyScreenSpaceReflectionsQualityFactor
Gets or sets the screen space reflections quality factor.
Public propertyScreenSpaceReflectionsRayDepthFactor
Gets or sets the screen space reflections ray depth quality factor.
Public propertySpecularAnisotropy
Gets or sets the specular anisotropy quality.
Public propertySSAO
Gets or sets a value indicating whether SSAO (Screen Space Ambient Occlusion) is enabled.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RenderRendererAspectParameters
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also