Interface ICameraObserver
Implement this interface to compute a geometric error based on the frustum of a given camera relative to the Bounds.
Inherited Members
Namespace: Unity.Cloud.DataStreaming.Runtime
Assembly: solution.dll
Syntax
public interface ICameraObserver : IStageObserver
Properties
ScreenSpaceError
The maximum screen space error used by the observer allowing to specify if the object should be displayed. This value is used to calculate the error multiplier. Higher value will result in loading less geometry to be loaded since it would require a smaller GeometricError; A lower value will result in displaying more geometry.
Declaration
float ScreenSpaceError { get; set; }
Property Value
Type | Description |
---|---|
float |