Documentation
    Preparing search index...

    Interface EngineConfig

    No description provided.

    interface EngineConfig {
        audio: { numChannels: number };
        lighting: {
            defaultPointLightRange: number;
            maxDirectionalLights: number;
            maxPointLights: number;
        };
        models: { maxBones: number };
    }
    Index
    audio: { numChannels: number }

    No description provided.

    Type Declaration

    • ReadonlynumChannels: number

      No description provided.

    lighting: {
        defaultPointLightRange: number;
        maxDirectionalLights: number;
        maxPointLights: number;
    }

    No description provided.

    Type Declaration

    • ReadonlydefaultPointLightRange: number

      No description provided.

    • ReadonlymaxDirectionalLights: number

      No description provided.

    • ReadonlymaxPointLights: number

      No description provided.

    models: { maxBones: number }

    No description provided.

    Type Declaration

    • ReadonlymaxBones: number

      No description provided.