RenderParameters

RenderParameters

Overview

RenderParameters is a class in Aspose.3D FOSS for .NET.

Describe the parameters of the render target

This class provides 1 method for working with RenderParameters objects in .NET programs. Available methods include: RenderParameters. All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package. Properties: ColorBits, DepthBits, DoubleBuffering, StencilBits.

Properties

NameTypeAccessDescription
DoubleBufferingboolRead/WriteGets or sets whether double buffer is used.
ColorBitsintRead/WriteGets or sets how many bits will be used by color buffer.
DepthBitsintRead/WriteGets or sets how many bits will be used by depth buffer.
StencilBitsintRead/WriteGets or sets how many bits will be used in stencil buffer.

Methods

SignatureDescription
RenderParameters(doubleBuffering: bool, colorBits: int, depthBits: int, stencilBits: int)Initialize an instance of

See Also

 English