Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Oct 11, 2024
1 parent 8aa84c8 commit 0305e4a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ export class EXTMeshoptCompression extends Extension {
public readonly writeDependencies = ['meshopt.encoder'];

public static readonly EXTENSION_NAME = NAME;

/** @deprecated Use boolean 'filter' option, instead. */
public static readonly EncoderMethod = EncoderMethod;

private _decoder: typeof MeshoptDecoder | null = null;
Expand Down

0 comments on commit 0305e4a

Please sign in to comment.