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
| Name | Type | Access | Description |
|---|---|---|---|
DoubleBuffering | bool | Read/Write | Gets or sets whether double buffer is used. |
ColorBits | int | Read/Write | Gets or sets how many bits will be used by color buffer. |
DepthBits | int | Read/Write | Gets or sets how many bits will be used by depth buffer. |
StencilBits | int | Read/Write | Gets or sets how many bits will be used in stencil buffer. |
Methods
| Signature | Description |
|---|---|
RenderParameters(doubleBuffering: bool, colorBits: int, depthBits: int, stencilBits: int) | Initialize an instance of |