Field renderSize
The resolution at which each face of the cubemap is sampled. Must be a power of two.
Namespace: Mechatronics.SensorSDK
Assembly: solution.dll
Syntax
[Tooltip("Render size for the cube map faces, must be a power of two.")]
[Range(128, 8192)]
public int renderSize
Returns
Type | Description |
---|---|
int |
Remarks
Higher values will lead to a higher quality output but at the cost of lower performance.