Strata - v1.4.10
    Preparing search index...

    Interface RaymarchingMaterialOptions

    interface RaymarchingMaterialOptions {
        backgroundColor?: ColorRepresentation;
        cameraMatrix?: Matrix4;
        cameraPosition?: Vector3;
        fogColor?: ColorRepresentation;
        fogStrength?: number;
        maxDistance?: number;
        maxSteps?: number;
        minDistance?: number;
        resolution?: Vector2;
        sdfFunction: string;
        time?: number;
    }
    Index

    Properties

    backgroundColor?: ColorRepresentation
    cameraMatrix?: Matrix4
    cameraPosition?: Vector3
    fogColor?: ColorRepresentation
    fogStrength?: number
    maxDistance?: number
    maxSteps?: number
    minDistance?: number
    resolution?: Vector2
    sdfFunction: string
    time?: number