Taos API Reference
    Preparing search index...

    Class SkinnedGeometryFeature

    Skinned/animated mesh deferred geometry. Composes on top of an existing GBuffer (set loadOp: 'load') so the regular GeometryFeature's output is preserved.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string = SkinnedGeometryFeature.name

    Stable identifier used for lookup, signature hashing, and pass-name keying.

    enabled: boolean = true

    When false, the feature is skipped each frame. Toggling triggers a cached-graph invalidation.

    pass: SkinnedGeometryPass | null = null

    Methods