如视 Five SDK
    Preparing search index...

    Interface SplatData

    interface SplatData {
        antiAliased?: boolean;
        numPoints: number;
        packedData: Uint32Array;
        sh1?: Float32Array<ArrayBufferLike>;
        sh2?: Float32Array<ArrayBufferLike>;
        sh3?: Float32Array<ArrayBufferLike>;
        shDegree?: number;
    }
    Index

    Properties

    antiAliased?: boolean

    数据是否经过抗锯齿(Mip-Splatting)训练,来自 SPZ header flags bit0

    numPoints: number
    packedData: Uint32Array
    sh1?: Float32Array<ArrayBufferLike>
    sh2?: Float32Array<ArrayBufferLike>
    sh3?: Float32Array<ArrayBufferLike>
    shDegree?: number