Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Dec 25, 2024
1 parent c0afb0f commit 0ebcf5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/three/fade/FadeBatchedMesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { PassThroughBatchedMesh } from './PassThroughBatchedMesh.js';
import { RGFormat, UnsignedByteType, DataTexture } from 'three';
import { wrapFadeMaterial } from './wrapFadeMaterial.js';

// BatchedMesh instance that can fade materials
export class FadeBatchedMesh extends PassThroughBatchedMesh {

constructor( ...args ) {
Expand Down

0 comments on commit 0ebcf5c

Please sign in to comment.