Skip to content

Commit

Permalink
export setMaterialRangeCommand (#28338)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycw committed May 12, 2024
1 parent 4ec57f5 commit 2bb030b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/js/commands/Commands.js
Expand Up @@ -10,6 +10,7 @@ export { SetGeometryValueCommand } from './SetGeometryValueCommand.js';
export { SetMaterialColorCommand } from './SetMaterialColorCommand.js';
export { SetMaterialCommand } from './SetMaterialCommand.js';
export { SetMaterialMapCommand } from './SetMaterialMapCommand.js';
export { SetMaterialRangeCommand } from './SetMaterialRangeCommand.js';
export { SetMaterialValueCommand } from './SetMaterialValueCommand.js';
export { SetMaterialVectorCommand } from './SetMaterialVectorCommand.js';
export { SetPositionCommand } from './SetPositionCommand.js';
Expand Down

0 comments on commit 2bb030b

Please sign in to comment.