Interface IStageObserver
Implement this interface to compute a geometric error based on a given ObserverInputData.
Namespace: Unity.Cloud.DataStreaming.Runtime
Assembly: solution.dll
Syntax
public interface IStageObserver
Methods
GetErrorSpecification(ObserverInputData)
Calculates the geometric error for a specific bounding box.
Declaration
float GetErrorSpecification(ObserverInputData data)
Parameters
Type | Name | Description |
---|---|---|
ObserverInputData | data | Shape used to calculate the error specification. |
Returns
Type | Description |
---|---|
float | Value used to compare with the observer minimum allowed error. If the value is higher, the
node represented by the given |