Preparing search index...

    Configuration entity controlling how PLY files are compressed and packed into a GSAF asset by createGsafFromPlyFiles.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    advancedSettings: boolean

    When true, the per-attribute bit-depth fields are honored; when false, the compressionProfile preset determines bit depths.

    bitsCenter: number

    Number of bits used to encode each splat's center position.

    bitsColor: number

    Number of bits used to encode each splat's color.

    bitsDeltaPos: number

    Number of bits used to encode per-frame position deltas between key frames.

    bitsDeltaRot: number

    Number of bits used to encode per-frame rotation deltas between key frames.

    bitsRotation: number

    Number of bits used to encode each splat's packed rotation quaternion.

    bitsScale: number

    Number of bits used to encode each splat's scale.

    compressionProfile: GsCompressionProfile

    Preset compression profile that selects default bit depths and quantization when advancedSettings is disabled.

    groupOfPictures: boolean

    Whether frames are encoded in groups of pictures to exploit temporal coherence between successive frames.

    id: Uuid

    The unique id of the entity.

    keyFrameInterval: number

    Number of frames between full key frames in the encoded sequence.

    meta: Meta

    Metadata associated with this entity, providing access to its unique identifier and other descriptive properties.

    minimumOpacity: number

    Splats with opacity below this threshold are discarded during import.

    numFrames: number

    Number of frames detected in the PLY input sequence.

    preserveOrder: boolean

    Whether the original splat order from the PLY input is preserved instead of being reordered for better compression.

    quatPackingMethod: GsQuatPackingMethod

    Method used to pack splat rotation quaternions when encoding the asset.

    type: string

    The entity's type.

    Methods

    • Returns the type name of this class.

      Returns string

    • Returns the name of this object's type.

      Returns string

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object refers to the same instance as the given object.

      Parameters

      Returns boolean