docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ICameraObserver

    Implement this interface to compute a geometric error based on the frustum of a given camera relative to the Bounds.

    Inherited Members
    IStageObserver.GetErrorSpecification(ObserverInputData)
    Namespace: Unity.Cloud.DataStreaming.Runtime
    Assembly: Unity.Cloud.DataStreaming.Runtime.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 NodeData.GeometricError; A lower value will result in displaying more geometry.

    Declaration
    float ScreenSpaceError { get; set; }
    Property Value
    Type Description
    float
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)