Taos API Reference
    Preparing search index...

    Interface GltfSplatContent

    Decoded glTF splat content: the splats plus the node's local transform (mat4, column-major).

    interface GltfSplatContent {
        data: SplatData;
        transform: Float32Array;
    }
    Index

    Properties

    Properties

    data: SplatData
    transform: Float32Array

    Column-major 4×4 node transform (identity when the glb has no node matrix).